Skip to content

marto1/xstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

A window with dynamic title that can be embedded into another X window.

Build with make. Template from tabbed's Makefile.

Dependencies

  • xlib

Usage

xstatus \<id of parent window\>

Get date in separate window: (while sleep 1; do date; done) | ./xstatus

Get date in embedded tab: (while sleep 1; do date; done) | ./xstatus <0xid of window>

Usage in tabbed: python pp.py | ./xstatus <0xid of tabbed>

Demo

Alt Text

About

Embed a window with dynamic title into another X window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published