diff options
Diffstat (limited to 'code/dwmblocks')
| -rw-r--r-- | code/dwmblocks/config.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/code/dwmblocks/config.h b/code/dwmblocks/config.h deleted file mode 100644 index 6587a09..0000000 --- a/code/dwmblocks/config.h +++ /dev/null @@ -1,26 +0,0 @@ -// Modify this file to change what commands output to your statusbar, and -// recompile using the make command. Kill the previous dwmblocks if any, run -// `dwmblocks &` again. - -// DWM's status bar can also be changed with (xprop -root -set WM_NAME "hi") -// https://dwm.suckless.org/status_monitor/ - -// Other people's configs: -// https://github.com/LukeSmithxyz/dwmblocks/blob/master/config.h -// https://git.denshi.org/dwmblocks/tree/blocks.h - -static const Block blocks[] = { - /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ - - {"", "sb-input", 0, 20}, - {"", "sb-audio", 0, 10}, - {"", "sb-battery", 5, 0}, - {"ð§ ", "sensors | grep 'Tctl' | awk '{print $2}'", 5, 0}, - {"ð", "free | awk '/^Mem/ { printf \"%.0f%\", $3/$2*100 }'", 5, 0}, - {"", "sb-network", 30, 30}, - {"", "date '+Q%qW%V%a %mæ%dæ¥ %H:%M'", 12, 0}, -}; - -//sets delimeter between status commands. NULL character ('\0') means no delimeter. -static char delim[] = " "; -static unsigned int delimLen = 5; |
