fix: hide detailed text of MonitorItem immediatly after hovering and changing the value & specify device for brightnessctl
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user