diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 00:14:56 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2020-04-13 00:14:56 -0400 |
commit | 730022acdf3c8334030d755fc70a21d72ebffcc8 (patch) | |
tree | 50c62d2cbc6e504001bc875e715679f277f8e9af /config.h | |
parent | 45012f4249aa6935c16442ff4c8441a7c2d0bac8 (diff) | |
parent | fefab14beea22fa83ddee6b4d196ead0c9a34a28 (diff) | |
download | dwmblocks-730022acdf3c8334030d755fc70a21d72ebffcc8.tar.gz dwmblocks-730022acdf3c8334030d755fc70a21d72ebffcc8.tar.bz2 dwmblocks-730022acdf3c8334030d755fc70a21d72ebffcc8.zip |
statuscmd patch for clickable modules
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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. |