5 lines
83 B
Text
5 lines
83 B
Text
|
#!/bin/sh
|
||
|
|
||
|
prev=$(xbacklight -get)
|
||
|
xbacklight -steps 100 -time 200 $(($prev + $1))
|