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:
parent
1e4ed52c51
commit
593821e998
3 changed files with 7 additions and 58 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue