mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Brightness improvements
- we dont want to save brightness in settings as it is saved in the hardware - fixed a few DDCutil weirdness
This commit is contained in:
@@ -10,7 +10,7 @@ Item {
|
||||
|
||||
width: pill.width
|
||||
height: pill.height
|
||||
visible: Settings.data.bar.showBrightness
|
||||
visible: Settings.data.bar.showBrightness && firstBrightnessReceived
|
||||
|
||||
// Used to avoid opening the pill on Quickshell startup
|
||||
property bool firstBrightnessReceived: false
|
||||
|
||||
Reference in New Issue
Block a user