diff options
| author | krolxon <krolyxon@tutanota.com> | 2023-11-04 13:12:19 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2023-11-04 13:12:19 +0530 |
| commit | 810a50bd51bc3d73fde69706cd5e85cb5dff90fe (patch) | |
| tree | d399355114e5dad15e49f119f8674634ec283a17 | |
| parent | ab856da57a9292e166b2a6183d8e3937d33700de (diff) | |
add sb-battery
| -rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +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-battery", 5, 3}, {"", "sb-music", 0, 11}, {"", "sb-volume", 10, 10}, // {"", "sb-updates", 360, 12}, |
