diff options
Diffstat (limited to 'dwmblocks/config.h')
| -rwxr-xr-x | dwmblocks/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h index e47ef84..9985258 100755 --- a/dwmblocks/config.h +++ b/dwmblocks/config.h @@ -2,6 +2,7 @@ // recompile using the make command. static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {"", "cat /tmp/download_status 2>/dev/null", 1, 20}, /* {"⌨", "sb-kbselect", 0, 30}, */ {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "sb-tasks", 10, 26}, @@ -26,6 +27,7 @@ static const Block blocks[] = { {"", "sb-internet", 5, 4}, /* {"", "sb-iplocate", 0, 27}, */ {"", "sb-help-icon", 0, 15}, + }; // Sets delimiter between status commands. NULL character ('\0') means no |
