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.
 
 
Kian Kasad 507cf284a2
Change `cp`/`chmod` to `install`
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 Added code files, and Makefile. 6 years ago
LICENSE Switched to ISC license 5 years ago
Makefile Change `cp`/`chmod` to `install` 5 years ago
README.md Added more to readme. 6 years ago
blocks.h Revert "Changed delimeter to accept multiple characters." 5 years ago
dwmblocks.c removed unused replace function 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.