quickshell: auto expand some monitorItem on value changes (just being too lazy to write a popup : )
This commit is contained in:
@@ -19,6 +19,7 @@ MonitorItem {
|
||||
}
|
||||
maxValue: 100
|
||||
textSuffix: "%"
|
||||
expandOnValueChange: true
|
||||
onWheelUp: {
|
||||
const monitor = getMonitor();
|
||||
if (monitor)
|
||||
|
||||
Reference in New Issue
Block a user