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