+1 with vanadium, and a few more ways.
Well at least you gave it a shot, and much like you feel about XFCE I feel the same as you about Gnome. (Not for Me)
For CLI I'll use:
Code:
xrandr -q | grep " connected"
eDP-2 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
HDMI-1-0 connected (normal left inverted right x axis y axis)
my cahanges go like:
[code]xrandr --output eDP-2 --brightness 0.5
## Or
Code:
xrandr --output eDP-2 --brightness 0.8
You can add a script to deal with that, 0.5 stands for brightness level and it ranges from 0.0 to 1.0 . 0.0 -> Full black .so you have to choose the required value of brightness .
This doesn't change brightness at a hardware level.
One more way we have to do this is with another new program named as xbacklight , open your terminal and type this
Code:
sudo apt install xbacklight
then enter this
there 50 stands for brightness range we can get it upto 100 from 0 .
you can also increase and decrease the brightness from present value to specified level.as you mentioned if you want to increase to 10% from current value of brightness then you can give this
and to decrease 10% you can give this
Disclaimer: I haven't used any of the above on Gnome-Shell with Wayland. (For Obvious reasons)
The first time I installed XFCE on any system, I felt the same as you did, now I won't use anything else.