4 lines
83 B
Bash
Executable file
4 lines
83 B
Bash
Executable file
#!/bin/sh
|
|
|
|
prev=$(xbacklight -get)
|
|
xbacklight -steps 100 -time 200 $(($prev + $1))
|