quickshell: auto expand some monitorItem on value changes (just being too lazy to write a popup : )
This commit is contained in:
@@ -10,6 +10,7 @@ MonitorItem {
|
||||
value: Math.round(AudioService.volume * 100)
|
||||
maxValue: 100
|
||||
textSuffix: "%"
|
||||
expandOnValueChange: true
|
||||
onWheelUp: {
|
||||
AudioService.increaseVolume();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user