From 4980375306a29109d419f147c0b8844d566778b5 Mon Sep 17 00:00:00 2001 From: cptbbVM Date: Thu, 14 Dec 2023 15:24:48 +0100 Subject: [PATCH] statusbar : no log > tozi --- statusbar.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/statusbar.sh b/statusbar.sh index 85a4a18..080306e 100755 --- a/statusbar.sh +++ b/statusbar.sh @@ -8,8 +8,6 @@ battery=$(upower -i $(upower -e | grep BAT) | grep percentage | sed "s/ //g" | c volume=$(amixer get Master | grep dB | head -n 1 | cut -f7 -d' ' | sed "s/\[\|\]//g") brightness=$(echo "100 * $(xrandr --prop --verbose | grep -A10 " connected" | grep Brightness | cut -f2 -d' ')" | bc | sed "s/\.[0-9]$/%/g") -echo "statussed" >> /home/cptbb/tozi - xsetroot -name "| lum: $brightness | vol: $volume | bat: $battery | $date | $hour |" sleep 15