507cf284a2
The install command was meant for exactly this purpose; installing a file to a location and setting its permissions. This combines the `cp` and `chmod` commands into one `install` command. |
||
---|---|---|
.gitignore | ||
blocks.h | ||
dwmblocks.c | ||
LICENSE | ||
Makefile | ||
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.