diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-06 03:38:44 -0600 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-06 03:38:44 -0600 |
| commit | c5076bd88fde9704f7223d9478cecc7ca236edcf (patch) | |
| tree | 9f7b98a7be33df1d06d4070168099c23a25e40e2 /dwmblocks | |
| parent | 9c1987dc1f131cee310334f3139254dec6271840 (diff) | |
changes
Diffstat (limited to 'dwmblocks')
| -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 |
