1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

show a power profile OSD

This commit is contained in:
bbedward
2025-11-13 10:23:14 -05:00
parent 76a60df88b
commit cf75c1aad0
4 changed files with 73 additions and 0 deletions

View File

@@ -578,6 +578,14 @@ Item {
}
}
Variants {
model: SettingsData.getFilteredScreens("osd")
delegate: PowerProfileOSD {
modelData: item
}
}
LazyLoader {
id: hyprlandOverviewLoader
active: CompositorService.isHyprland