Candyrice/sh/actions/brightness/brit_dec.sh
2024-12-08 21:30:20 +05:30

8 lines
140 B
Bash
Executable File

#!/bin/bash
if [[ $(xbacklight -get) -ge 6 ]]; then
xbacklight -dec 5
else
xbacklight -set 1
fi
~/.config/eww/sh/osd/osd.sh osd_bri