Add wallpaper tab

This commit is contained in:
Ly-sec 2025-08-05 22:17:47 +02:00
parent 69d84752f3
commit 61e852ed51
7 changed files with 1091 additions and 122 deletions

View file

@ -53,8 +53,13 @@ Scope {
property var notificationHistoryWin: notificationHistoryWin
}
Dock {
id: dock
Variants {
model: Quickshell.screens
Dock {
id: dock
property var modelData
}
}
Applauncher {