dwmblocks

status bar for dwm
Log | Files | Refs | LICENSE

commit 178d92296952d472fcd2eada61424424d4633a99
parent 2fa719cdf53c7904c7a5fda135d7c574f446fe08
Author: C. Beau Hilton <cbeauhilton@gmail.com>
Date:   Wed,  2 Dec 2020 06:31:23 -0600

small cleanup, much remains

Diffstat:
Mconfig.h | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.h b/config.h @@ -1,8 +1,12 @@ static const Block blocks[] = { /*Command*/ /*Update Interval (seconds)*/ /*Update Signal*/ {"cat /tmp/recordingicon 2>/dev/null", 0, 9}, - /* {"music", 0, 11}, */ {"pacpackages", 0, 8}, + {"volume", 0, 10}, + {"battery", 5, 3}, + {"internet", 5, 4}, + {"clock", 60, 1}, + {"music", 0, 10}, /* {"crypto", 0, 13}, */ /* {"torrent", 20, 7}, */ /* {"news", 0, 6}, */ @@ -11,10 +15,6 @@ static const Block blocks[] = { /* {"moonphase", 18000, 5}, */ /* {"weather", 18000, 5}, */ /* {"mailbox", 180, 12}, */ - {"volume", 0, 10}, - {"battery", 5, 3}, - /* {"clock", 60, 1}, */ - {"internet", 5, 4}, /* {"help-icon", 0, 15}, */ };