X-Git-Url: https://git.armaanb.net/?p=dwmblocks.git;a=blobdiff_plain;f=config.h;h=d7b18ac0445b3e3b28456d81b928d783a1a8d6c1;hp=0a2239a01c4f3ec8dca08421a13744080329d56a;hb=HEAD;hpb=68c61172798a7885e095b43c6cdaa2837eb4f6e7 diff --git a/config.h b/config.h index 0a2239a..d7b18ac 100644 --- a/config.h +++ b/config.h @@ -1,7 +1,7 @@ static const Block blocks[] = { // - {"[", "cat /sys/class/power_supply/BAT0/capacity", 15, 0}, - {"%, ", "awk '{print tolower($0)}' /sys/class/power_supply/BAT0/status", 15, 9}, - {"] [", "amixer sget Master | awk -F'[][]' '/dB/ {print $2 \", \" $6}'", 15, 10}, - {"] [", "date '+%A %Y-%m-%d %I:%M %p]'", 15, 0}, + {"[", "cat /sys/class/power_supply/BAT0/capacity", 5, 0}, + {"%, ", "awk '{print tolower($0)}' /sys/class/power_supply/BAT0/status", 5, 9}, + {"] [", "amixer sget Master | awk -F'[][]' '/dB/ {print $2 \", \" $6}'", 5, 10}, + {"] [", "date '+%A %Y-%m-%d %I:%M %p]'", 5, 0}, };