first commit

master
Emiel Kollof 2020-05-06 00:21:55 +02:00
commit 57391399b2
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# 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`.