dwmblocks

I use polybar now
Log | Files | Refs | README | LICENSE

commit e448dd3d5a78dd7d07b70dfbfc9570fe3891adc9
parent b9e29ebe901e41e777aaa4be00b808ca655697cf
Author: Luke Smith <luke@lukesmith.xyz>
Date:   Mon,  2 Mar 2020 10:30:11 -0500

Merge pull request #2 from mrchainman/master

Added chmod in Makefile to prevent execution errors
Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -7,3 +7,4 @@ clean: install: output mkdir -p /usr/local/bin cp -f dwmblocks /usr/local/bin + chmod 755 /usr/local/bin/dwmblocks