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

Add systemd-inhibit widget

This commit is contained in:
bbedward
2025-08-15 21:52:44 -04:00
parent f67b90cfbe
commit af9607fdbe
6 changed files with 335 additions and 0 deletions

View File

@@ -265,4 +265,12 @@ ShellRoot {
modelData: item
}
}
Variants {
model: Quickshell.screens
delegate: IdleInhibitorPopup {
modelData: item
}
}
}