aboutsummaryrefslogtreecommitdiff
path: root/lemonblocks/modules
diff options
context:
space:
mode:
Diffstat (limited to 'lemonblocks/modules')
-rwxr-xr-xlemonblocks/modules/cpu_temp.sh2
-rwxr-xr-xlemonblocks/modules/volume.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/lemonblocks/modules/cpu_temp.sh b/lemonblocks/modules/cpu_temp.sh
index c4a2ca6c..a5286add 100755
--- a/lemonblocks/modules/cpu_temp.sh
+++ b/lemonblocks/modules/cpu_temp.sh
@@ -2,4 +2,4 @@
CEL=$'\xc2\xb0C'
temp=$( cat /sys/devices/virtual/thermal/thermal_zone0/temp )
temp=`expr $temp / 1000`
-printf " TEMP:$temp$CEL ""
+printf " TEMP:$temp$CEL "
diff --git a/lemonblocks/modules/volume.sh b/lemonblocks/modules/volume.sh
index a0843dd9..e67c63ff 100755
--- a/lemonblocks/modules/volume.sh
+++ b/lemonblocks/modules/volume.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-printf " VOL:$(pamixer --get-volume-human)% "
+printf " VOL:$(pamixer --get-volume-human) " ""
# if [ $volume_level == "muted" ]; then
# printf "%{F#ff0058}VOL: $(pamixer --get-volume)%{F-}"
# else