From e217380d1d49f472af61ae3fede0c09562e9c109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Uruba?= Date: Tue, 24 Nov 2020 14:53:54 +0100 Subject: [PATCH] update blocks --- blocks.def.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/blocks.def.h b/blocks.def.h index f970b64..70bce05 100644 --- a/blocks.def.h +++ b/blocks.def.h @@ -1,14 +1,14 @@ //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*/ - {"CPU: ", "echo \"$(mpstat -P ALL 5 1 | grep -i '\\: all' | tr -s ' ' \ + {"CPU ", "echo \"$(mpstat -P ALL 5 1 | grep -i '\\: all' | tr -s ' ' \ | cut -d ' ' -f 3)%\" \"($(sensors | grep 'Tdie:' \ | tr -s ' ' | cut -f2 -d ' ' | cut -c 2-))\"", 5, 0}, - {"Mem: ", "free -h | awk '/^Minne/ { print $3\"/\"$2 }' | sed s/i//g", 30, 0}, - {"Bat: ", "echo \"$(cat /sys/class/power_supply/BAT0/capacity)%\" \ + {"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", 600, 0}, + {"xbps ", "xbps-install -un | grep update | wc -l", 300, 0}, {"", "xkblayout-state print \"%s\"", 5, 0}, {"", "date '+%b %d (%a) %H:%M'", 5, 0}, };