change config
This commit is contained in:
parent
b6b0be4f4f
commit
2a96ada112
12
blocks.def.h
12
blocks.def.h
@ -1,9 +1,13 @@
|
||||
//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*/
|
||||
{"Mem:", "free -h | awk '/^Mem/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
||||
|
||||
{"", "date '+%b %d (%a) %I:%M%p'", 5, 0},
|
||||
/*Icon*/ /*Command*/ /*Update Interval*/ /*Update Signal*/
|
||||
{"Mem: ", "free -h | awk '/^Minne/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0},
|
||||
{"Bat: ", "echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\" \
|
||||
\"[$(sed \"s/Unknown/?/;s/Charging/+/;s/Discharging/-/;\"\
|
||||
/sys/class/power_supply/BAT0/status)]\"", 30, 0},
|
||||
{"xbps: ", "xbps-install -un | grep update | wc -l", 30, 0},
|
||||
{"", "xkblayout-state print \"%s\"", 5, 0},
|
||||
{"", "date '+%b %d (%a) %H:%M'", 5, 0},
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user