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

@@ -19,6 +19,7 @@ MonitorItem {
}
maxValue: 100
textSuffix: "%"
expandOnValueChange: true
onWheelUp: {
const monitor = getMonitor();
if (monitor)