commit 972f753039c856afc570116ff446165f051ac93b
parent ab2d6b3d593bc55279086614a2e011a73ea9909e
Author: Janis Pagel <janis.pagel@ims.uni-stuttgart.de>
Date: Mon, 14 Sep 2020 17:20:03 +0200
Disable temperatur in statusbar for now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/.local/bin/statusbar b/bin/.local/bin/statusbar
@@ -13,7 +13,7 @@ update_statusbar() {
UTC=$(TZ=UTC date -Iseconds)
IP="$(for i in `ip r`; do echo $i; done | grep -A 1 src | tail -n1)"
if [ -d "/proc/sys/net/ipv4/conf/tun0" ]; then VPN="yes"; else VPN="no"; fi
- TEMP="$(($(cat /sys/class/thermal/thermal_zone0/temp) / 1000))°C"
+ #TEMP="$(($(cat /sys/class/thermal/thermal_zone0/temp) / 1000))°C"
BAT="$(acpi -b | awk '{ print $4 " " }' | tr -d ',' | tr -d ' ')"
CURRENT_SONG="$(mpc --format "[[%composer%|%artist%][ - %album%][ - %title%] | [%file%]]" current)"
VERSION="dwm-6.2"