Does not currently work

This commit is contained in:
RealStickman 2020-10-13 08:01:11 +02:00
parent afab8d2b9e
commit 1294de01ee

View File

@ -28,8 +28,8 @@ case $1 in
down)
# Decrease backlight
xbacklight -dec 10% > /dev/null
backlight=$(xbacklight -get | cut -f1 -d"." | cut -f1 -d"0")
xbacklight -set "${backlight}0"
#backlight=$(xbacklight -get | cut -f1 -d"." | cut -f1 -d"0")
#xbacklight -set "${backlight}0"
send_notification
;;
esac