statusbar : no log > tozi

This commit is contained in:
cptbbVM 2023-12-14 15:24:48 +01:00
parent dd47b9a029
commit 4980375306
1 changed files with 0 additions and 2 deletions

View File

@ -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