]> git.armaanb.net Git - dwmblocks.git/commitdiff
Changed commands to use ~ instead of /home/aidan
authorAidan <torrinfail@gmail.com>
Sun, 24 Mar 2019 23:51:45 +0000 (17:51 -0600)
committerAidan <torrinfail@gmail.com>
Sun, 24 Mar 2019 23:51:45 +0000 (17:51 -0600)
blocks.h

index cad68c3427ef667afb6f015f0e3e3d8cc3334117..3b47bcd953e42637a6d51a453148c934295d0bba 100644 (file)
--- a/blocks.h
+++ b/blocks.h
@@ -1,6 +1,8 @@
+//Modify this file to change what commands output to your statusbar, and recompile using the make command.
 static const Block blocks[] = {
 static const Block blocks[] = {
-       {"/home/aidan/bin/statusbar/volume", 0, 10},
-       {"/home/aidan/bin/statusbar/brightness", 0, 11},
-       {"/home/aidan/bin/statusbar/battery", 5, 0},
-       {"/home/aidan/bin/statusbar/clock", 5, 0},
+       /*Command*/             /*Update Interval*/     /*Update Signal*/
+       {"~/bin/statusbar/volume",      0,              10},
+       {"~/bin/statusbar/brightness",  0,              11},
+       {"~/bin/statusbar/battery",     5,              0},
+       {"~/bin/statusbar/clock",       5,              0},
 };
 };