8 lines
129 B
Bash
Executable File
8 lines
129 B
Bash
Executable File
#!/bin/bash
|
|
|
|
if [[ $(xbacklight -get) -ge 6 ]]; then
|
|
xbacklight -dec 5
|
|
else
|
|
xbacklight -set 1
|
|
fi
|
|
../../osd/osd.sh osd_bri |