This commit is contained in:
Sakooooo 2023-07-30 20:27:04 +03:00
parent ecdde25dba
commit 3ce89f69ea
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -4,7 +4,7 @@ static const Block blocks[] = {
{"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
{"Bat:", "cat /sys/class/power_supply/BAT1/capacity", 30, 0},
{"Vol:", "pamixer --get-volume-human", 30, 0},
{"Vol:", "pamixer --get-volume-human", 5, 0},
};
//sets delimeter between status commands. NULL character ('\0') means no delimeter.