My personal dwm statusbar, based on dwmblocks
 
 
Go to file
Emiel Kollof a03bb3033b Be more agressive 2021-10-07 23:31:39 +02:00
.gitignore Add code 2020-05-06 00:23:35 +02:00
LICENSE Add code 2020-05-06 00:23:35 +02:00
Makefile Rework vars 2020-05-06 16:26:42 +02:00
README.md first commit 2020-05-06 00:21:55 +02:00
blocks.h Add some blocks 2020-05-14 11:36:48 +02:00
dwmblocks.c Be more agressive 2021-10-07 23:31:39 +02:00

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.