1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

add brightness and micmute OSDs, fix audio tab bug

This commit is contained in:
bbedward
2025-08-06 17:33:12 -04:00
parent 6b74d109dc
commit abed2e1e3c
9 changed files with 420 additions and 8 deletions

View File

@@ -189,4 +189,22 @@ ShellRoot {
}
Variants {
model: Quickshell.screens
delegate: MicMutePopup {
modelData: item
}
}
Variants {
model: Quickshell.screens
delegate: BrightnessPopup {
modelData: item
}
}
}