statusbar : no log > tozi
This commit is contained in:
parent
dd47b9a029
commit
4980375306
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue