Add eww/sh/actions/brightness/brit_dec.sh

This commit is contained in:
Candifloss 2024-08-01 18:14:40 +00:00
parent ff07a98914
commit c91e7b9427

View File

@ -0,0 +1,8 @@
#!/bin/bash
if [[ $(xbacklight -get) -ge 6 ]]; then
xbacklight -dec 5
else
xbacklight -set 1
fi
/home/lcm/.config/eww/sh/osd/osd.sh osd_bri