diff --git a/eww/sh/actions/brightness/README.md b/eww/sh/actions/brightness/README.md new file mode 100644 index 0000000..6e111fb --- /dev/null +++ b/eww/sh/actions/brightness/README.md @@ -0,0 +1,6 @@ +# Brightness controll + +Brightness is controlled using `xbacklight`. Ref: ArchWiki:[Backlight](https://wiki.archlinux.org/title/Backlight#Backlight_utilities) +`xbacklight` doesn't support LED screens. This is solved by replacing it with `acpilight`, a drop-in replcement with the same commands and options, which eliminates the need to modify these scripts. + +[Download acpilight](https://gitlab.com/wavexx/acpilight) \ No newline at end of file