summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-04-13 00:14:56 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-04-13 00:14:56 -0400
commit730022acdf3c8334030d755fc70a21d72ebffcc8 (patch)
tree50c62d2cbc6e504001bc875e715679f277f8e9af /config.h
parent45012f4249aa6935c16442ff4c8441a7c2d0bac8 (diff)
parentfefab14beea22fa83ddee6b4d196ead0c9a34a28 (diff)
downloaddwmblocks-730022acdf3c8334030d755fc70a21d72ebffcc8.tar.gz
dwmblocks-730022acdf3c8334030d755fc70a21d72ebffcc8.tar.bz2
dwmblocks-730022acdf3c8334030d755fc70a21d72ebffcc8.zip
statuscmd patch for clickable modules
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h b/config.h
index 40fe093..e664b2f 100644
--- a/config.h
+++ b/config.h
@@ -7,13 +7,16 @@ static const Block blocks[] = {
/* {"", "crypto", 0, 13}, */
{"", "torrent", 20, 7},
{"", "news", 0, 6},
+ /* {"", "memory", 10, 14}, */
+ /* {"", "cpu", 10, 13}, */
/* {"", "moonphase", 18000, 5}, */
{"", "weather", 18000, 5},
{"", "mailbox", 180, 12},
- {"", "volume", 1, 0},
- {"", "battery | tr \'\n\' \' \'", 5, 0},
- {"", "clock", 60, 0},
+ {"", "volume", 1, 10},
+ {"", "battery | tr \'\n\' \' \'", 5, 3},
+ {"", "clock", 60, 1},
{"", "internet", 5, 4},
+ {"", "help", 0, 15},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
Software created with 💖