1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 06:22:50 -05:00

feat: Long Live the DankBar > Top/Bottom positioning

This commit is contained in:
purian23
2025-09-26 23:45:19 -04:00
parent 4c6182b79c
commit 977043ac92
48 changed files with 1111 additions and 561 deletions

View File

@@ -24,7 +24,7 @@ import qs.Modules.Notifications.Popup
import qs.Modules.OSD
import qs.Modules.ProcessList
import qs.Modules.Settings
import qs.Modules.TopBar
import qs.Modules.DankBar
import qs.Services
ShellRoot {
@@ -47,9 +47,9 @@ ShellRoot {
}
Variants {
model: SettingsData.getFilteredScreens("topBar")
model: SettingsData.getFilteredScreens("dankBar")
delegate: TopBar {
delegate: DankBar {
modelData: item
notepadVariants: notepadSlideoutVariants
onColorPickerRequested: colorPickerModal.show()