diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-08 02:14:33 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-01-08 02:14:33 +0900 |
| commit | fc417198897a68ed61c4a9b05710d70175280ea6 (patch) | |
| tree | 0aa9c212c7e1040f9861c485dd132af9e034a0e4 | |
| parent | 43b7e733a77f5172bebf64dc4ff2da1359cfd943 (diff) | |
modified dwmblocks/config.h, deleted dwmblocks/dwmblocks
| -rw-r--r-- | dwmblocks/config.h | 7 | ||||
| -rwxr-xr-x | dwmblocks/dwmblocks | bin | 22248 -> 0 bytes |
2 files changed, 6 insertions, 1 deletions
diff --git a/dwmblocks/config.h b/dwmblocks/config.h index 3b78543..df2ea00 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", 1, 11}, + {"", "sb-music", 0, 11}, /* {"⌨", "sb-kbselect", 0, 30}, */ {"", "cat /tmp/recordingicon 2>/dev/null", 0, 9}, {"", "sb-queues", 10, 26}, @@ -42,3 +42,8 @@ static char *delim = " "; // autocmd BufWritePost ~/.local/src/dwmblocks/config.h !cd ~/.local/src/dwmblocks/; sudo make install && { killall -q dwmblocks;setsid dwmblocks & } +// Although, pkill is slightly slower than the command kill, which can +// make a big difference if we are making semi-frequent changes in a script. +// To signal with kill, we must send the value plus 34. Just remember 34. +// So, 10 + 34 = 44, so we use this command: kill -44 $(pidof dwmblocks) + diff --git a/dwmblocks/dwmblocks b/dwmblocks/dwmblocks Binary files differdeleted file mode 100755 index 039790c..0000000 --- a/dwmblocks/dwmblocks +++ /dev/null |
