diff options
| author | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-06 20:37:25 -0600 |
|---|---|---|
| committer | SoominIm <111330163+SoominIm@users.noreply.github.com> | 2024-03-06 20:37:25 -0600 |
| commit | e8e227086bb0027f51cebdf53b22c85666cb466a (patch) | |
| tree | c4c246e2996ae271fde1427e908e46d255e50486 /dwmblocks/config.h | |
| parent | c5076bd88fde9704f7223d9478cecc7ca236edcf (diff) | |
Inputs
Diffstat (limited to 'dwmblocks/config.h')
| -rwxr-xr-x | dwmblocks/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h index 9985258..fac615e 100755 --- a/dwmblocks/config.h +++ b/dwmblocks/config.h @@ -2,7 +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}, + {"", "cat /tmp/downloadicon 2>/dev/null", 1, 20}, /* {"⌨", "sb-kbselect", 0, 30}, */ {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "sb-tasks", 10, 26}, @@ -23,6 +23,7 @@ static const Block blocks[] = { {"", "sb-nettraf", 1, 16}, {"", "sb-volume", 0, 10}, {"", "sb-battery", 5, 3}, + {"", "sb-inputs", 1, 29}, {"", "sb-clock", 60, 1}, {"", "sb-internet", 5, 4}, /* {"", "sb-iplocate", 0, 27}, */ |
