Skip to content

daniel-Jones/binstatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This program sets your X servers root window name as the current time in 12-hour binary. This allows dwm to use it in their status bar. Other window managers may also use this string for something. I use it with dwm as a clock to practice recognising binary numbers quickly.

arguments:

-d: display time in decimal format (HH:MM)

-m: Use the 24-hour time format

compile: cc binstatus.c -lX11 -o binstatus

run: ./binstatus &

You may prefer to put this in your .xinitrc file and move the binary to somewhere like /usr/bin.

About

small program that sets the root windows name to the current time in binary, used as dwm's status bar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors