]> git.armaanb.net Git - dwmblocks.git/blob - config.h
Remove delimiter option
[dwmblocks.git] / config.h
1 static const Block blocks[] = {
2         // <Icon> <Command> <Update> <Interval> <Update> <Signal>
3         {"[BAT: ", "awk '{print $1 \"%]\"}' /sys/class/power_supply/BAT0/capacity ", 15, 0},
4         {"[VOL: ", "amixer sget Master | awk -F'[][]' '/dB/ { print $2 \", \" $6 \"]\"}'", 15, 10},
5         {"[DAT: ", "date '+%A %Y-%m-%d %I:%M:%S %p]'", 1, 0},
6 };