this post was submitted on 07 Mar 2024
13 points (100.0% liked)

KDE

5238 readers
36 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 1 year ago
MODERATORS
 

With Plasma 6 I can now edit my screen brightness from my toolbar, but I don't see the option to schedule it like the Night Light. Is there a way to do so?

you are viewing a single comment's thread
view the rest of the comments
[–] Ephera@lemmy.ml 2 points 7 months ago

No idea, if there's a GUI to schedule it, but you seem to be running Arch, so presumably you won't have a problem with scripting.

This command works for me on Plasma 5 to set the brightness:

qdbus-qt5 org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement/Actions/BrightnessControl org.kde.Solid.PowerManagement.Actions.BrightnessControl.setBrightness 123

Presumably, you need qdbus-qt6 or just qdbus, I don't know.

Well, and then just stick that in two cron jobs with different values in place of 123.