fix: hide detailed text of MonitorItem immediatly after hovering and changing the value & specify device for brightnessctl

This commit is contained in:
2025-10-17 18:18:23 +02:00
parent 5378c43727
commit bf984237a7
6 changed files with 35 additions and 10 deletions

View File

@@ -281,7 +281,7 @@ Singleton {
Quickshell.execDetached(["ddcutil", "-b", busNum, "setvcp", "10", rounded])
} else {
monitor.ignoreNextChange = true
Quickshell.execDetached(["brightnessctl", "s", rounded + "%"])
Quickshell.execDetached(["set-brightness", rounded + "%"])
}
if (isDdc) {