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.
|
2 years ago | |
---|---|---|
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
blocks.h | 3 years ago | |
dwmblocks.c | 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
.