Suppress brightness OSD from display panel

This commit is contained in:
David Heinemeier Hansson
2026-05-22 11:35:36 +02:00
parent 7b6a03fa08
commit c522757acf
4 changed files with 52 additions and 10 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ Panel {
}
root.brightnessSetQueued = false
setBrightnessProc.command = ["bash", "-lc", "omarchy-brightness-display " + percent + "%"]
setBrightnessProc.command = ["bash", "-lc", "omarchy-brightness-display --no-osd " + percent + "%"]
setBrightnessProc.running = true
}