summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-06 19:14:57 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-06-06 19:14:57 +0900
commitcbcb1f11ecb1179cfa829c7df3fcfdc99b357110 (patch)
tree55ead9f1298c37e28239b29afefc28d28dfbd9b2
parent830f34cbb0393dba068a6dd06b805ca9e0b21265 (diff)
Init
-rw-r--r--dwmblocks/config.h2
-rwxr-xr-xdwmblocks/dwmblocksbin26344 -> 26344 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h
index 160e92d..2805cae 100644
--- a/dwmblocks/config.h
+++ b/dwmblocks/config.h
@@ -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*/
- {"", "sb-music", 0, 11},
+ {"", "sb-music", 1, 11},
/* {"⌨", "sb-kbselect", 0, 30}, */
{"", "cat /tmp/recordingicon 2>/dev/null", 0, 9},
{"", "sb-tasks", 10, 26},
diff --git a/dwmblocks/dwmblocks b/dwmblocks/dwmblocks
index 9df0b56..70e4738 100755
--- a/dwmblocks/dwmblocks
+++ b/dwmblocks/dwmblocks
Binary files differ