Skip to content

codiac-killer/dwmblocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwmblocks

Modular status bar for dwm written in c.

Modifying dwmblocks

The statusbar is made from text output from scripts found in my .local/bin. Blocks are added and removed by editing the blocks.h header file.

To get my dwmblocks to work for you...

You will, of course, need my dwmblocks build and my scripts in .local/bin. Make sure that .local/bin is in your $PATH otherwise you can't call those scripts by name which is what I'm doing in blocks.h. Instead, you'd have to write out the full path to each script in the blocks.h.

To add .local/bin to $PATH, just add this line to your .bashrc:

PATH="$HOME/.local/bin${PATH:+:${PATH}}"

About

My build of dwmblocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published