Removed unnecessary 0 after comma
This commit is contained in:
parent
7fa51f01a0
commit
06b9df6e22
@ -20,12 +20,12 @@ send_notification() {
|
|||||||
case $1 in
|
case $1 in
|
||||||
up)
|
up)
|
||||||
# Increase backlight
|
# Increase backlight
|
||||||
xbacklight -inc 10.000000
|
xbacklight -inc 10
|
||||||
send_notification
|
send_notification
|
||||||
;;
|
;;
|
||||||
down)
|
down)
|
||||||
# Decrease backlight
|
# Decrease backlight
|
||||||
xbacklight -dec 10.000000
|
xbacklight -dec 10
|
||||||
send_notification
|
send_notification
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user