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