first commit
commit
57391399b2
|
@ -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`.
|
Loading…
Reference in New Issue