From e87e4f4d886a765d62000bf150c090bfa51dccd8 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 3 Jan 2015 10:39:32 +0100 Subject: Removed conky status bar units to get a more consistent view --- conky/.conkyrc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'conky') diff --git a/conky/.conkyrc b/conky/.conkyrc index 03bbae4..c296335 100644 --- a/conky/.conkyrc +++ b/conky/.conkyrc @@ -19,7 +19,7 @@ TEXT "separator" : false\ },\ {\ - "full_text" : "${fs_used_perc /}% ",\ + "full_text" : "${fs_used_perc /} ",\ "color" : "\#909737"\ },\ {\ @@ -56,7 +56,7 @@ TEXT "separator" : false\ },\ {\ - "full_text" : "${acpitemp}°C ",\ + "full_text" : "${acpitemp} ",\ "color" : "\#909737"\ },\ {\ @@ -72,7 +72,7 @@ TEXT "separator" : false\ },\ {\ - "full_text" : "${memperc}% ",\ + "full_text" : "${memperc} ",\ "color" : "\#909737"\ },\ {\ @@ -80,7 +80,7 @@ TEXT "separator" : false\ },\ {\ - "full_text" : "${cpu cpu0}% ",\ + "full_text" : "${cpu cpu0} ",\ "color" : "\#909737"\ },\ {\ @@ -94,7 +94,7 @@ TEXT "separator" : false\ },\ {\ - "full_text" : "(${exec upower -i /org/freedesktop/UPower/devices/battery_BAT0 | pcregrep -o1 '^[ ]*energy.rate:[ ]*([\S]{1,4})'}W) "\ + "full_text" : "(${exec upower -i /org/freedesktop/UPower/devices/battery_BAT0 | pcregrep -o1 '^[ ]*energy.rate:[ ]*([\S]{1,4})'}) "\ },\ ${else}\ {\ -- cgit v1.2.3