diff options
author | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-08-10 09:34:03 +0530 |
---|---|---|
committer | Biswakalyan Bhuyan <biswa@surgot.in> | 2022-08-10 09:34:03 +0530 |
commit | e249123c6255b327bb8b0b00b18c95b0b4c8e2d7 (patch) | |
tree | 955da088d1d686dba4a087164f4a33a890158d17 | |
parent | 3a262f268507511adf2e6bfdc57a05a33a7a22d2 (diff) | |
download | dwmblocks-e249123c6255b327bb8b0b00b18c95b0b4c8e2d7.tar.gz dwmblocks-e249123c6255b327bb8b0b00b18c95b0b4c8e2d7.tar.bz2 dwmblocks-e249123c6255b327bb8b0b00b18c95b0b4c8e2d7.zip |
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ //Modify this file to change what commands output to your statusbar, and recompile using the make command. static const Block blocks[] = { -/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ +/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signals*/ {"", "nettraf", 1, 16}, {"", "volume", 1, 10}, {"", "clock", 60, 1}, |