quickshell: auto expand some monitorItem on value changes (just being too lazy to write a popup : )

This commit is contained in:
2025-10-14 21:06:45 +02:00
parent fcf2dea615
commit c543ede263
6 changed files with 50 additions and 14 deletions

View File

@@ -10,6 +10,7 @@ MonitorItem {
value: Math.round(AudioService.volume * 100)
maxValue: 100
textSuffix: "%"
expandOnValueChange: true
onWheelUp: {
AudioService.increaseVolume();
}