1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-16 08:05:19 -04:00

refactor: enhance plugin visibility w/bar reveal state

This commit is contained in:
purian23
2026-06-10 20:02:48 -04:00
parent b60af507d7
commit fdee09b583
3 changed files with 10 additions and 2 deletions
@@ -235,7 +235,7 @@ Conditionally show/hide the bar pill:
```qml
PluginComponent {
visibilityCommand: "pgrep -x myapp"
visibilityInterval: 5000 // check every 5 seconds
visibilityInterval: 5 // seconds between checks; polling pauses while the bar is hidden
}
```