diff options
| author | stkhan <personal@slickd.xyz> | 2023-03-17 19:28:16 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-03-17 19:28:16 -0500 |
| commit | 75ba32d04988bc889514564c46a5cdbb3b45f33e (patch) | |
| tree | 97e2a2a934d6ac62e2d0ee5152cfed1ecd190f76 /wm/dwmblocks/blocks.h | |
| parent | 2f1fe4260de38bbefbc4d0b4e6c00757823c2b9f (diff) | |
Remove disk usage from bar and change update interval for brightness
Diffstat (limited to 'wm/dwmblocks/blocks.h')
| -rw-r--r-- | wm/dwmblocks/blocks.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/dwmblocks/blocks.h b/wm/dwmblocks/blocks.h index 3480821..1b8e779 100644 --- a/wm/dwmblocks/blocks.h +++ b/wm/dwmblocks/blocks.h @@ -3,8 +3,7 @@ static const Block blocks[] = { /*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/ {"", "dwmblocks-mpc", 2, 2}, - {"", "dwmblocks-du", 60, 0}, - {"", "dwmblocks-brightness", 2, 10}, + {"", "dwmblocks-brightness", 1, 0}, {"", "dwmblocks-volume", 0, 10}, {"", "dwmblocks-battery", 1, 0}, {"🕗 ", "date '+%k:%M'", 1, 0}, |