diff options
| author | Andrew Guschin <saintruler@gmail.com> | 2021-06-14 21:38:18 +0400 |
|---|---|---|
| committer | Andrew Guschin <saintruler@gmail.com> | 2021-06-14 21:38:18 +0400 |
| commit | 2fa70859c5c383ea5b94854ea70d858e5198ba1b (patch) | |
| tree | 57e031b79914cbae6ffe16da36bba8bb72f221d1 /blocks.def.h | |
| parent | 1749fbcdedbdaa3a490712ade94ed050510d2930 (diff) | |
Fixed PKGBUILD file
Diffstat (limited to 'blocks.def.h')
| -rw-r--r-- | blocks.def.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/blocks.def.h b/blocks.def.h index 9c22d68..c33b349 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,9 +1,11 @@ //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*/ - {"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, - - {"", "date '+%b %d (%a) %I:%M%p'", 5, 0}, + /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ + {"PKG: ", "dwm-packages", 3600, 3}, + {"VOL: ", "dwm-volume", 0, 9}, + {"BAT: ", "dwm-battery", 10, 6}, + {"LNG: ", "xkb-switch", 1, 0}, + {"CLK: ", "dwm-clock", 60, 10}, }; //sets delimeter between status commands. NULL character ('\0') means no delimeter. |