Skip to content

Modular status bar for dwm written in c.

License

Notifications You must be signed in to change notification settings

KaranveerB/dwmblocks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwmblocks

Modular status bar for dwm written in c.

Fork Additions

Allow delimiter to be multiple characters long.

Modifying Blocks

The statusbar is made from text output from commandline programs. Blocks are added and removed by editing the blocks.h header file.

Updating Blocks

To update a block, use kill -val $(pidof dwmblocks) where val is the update signal plus 34 or pkill -RTMIN+val where val is the update signal. Multiple commands can use the same update signal.

About

Modular status bar for dwm written in c.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 78.1%
  • Objective-C 13.7%
  • Makefile 8.2%