My personal dwm statusbar, based on dwmblocks
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Emiel Kollof a03bb3033b Be more agressive 2 years ago
.gitignore Add code 3 years ago
LICENSE Add code 3 years ago
Makefile Rework vars 3 years ago
README.md first commit 3 years ago
blocks.h Add some blocks 3 years ago
dwmblocks.c Be more agressive 2 years ago

README.md

dwmblocks

Modular status bar for dwm written in c.

modifying blocks

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

This dwmblocks is MODIFIED

What I changed:

  • Blocks appear when the commands inside return exit code 0, they will not be shown when a script outputs something else.

Patch available here: https://git.hackerheaven.org/ekollof/dotfiles/commit/c838e46342259a59cc14e950e9e6b8520762c0d5.diff

(Pay special attention to the changes to dwmblocks.c and the Makefile.