This commit is contained in:
2026-04-09 11:16:48 -05:00
parent 76a5bf5917
commit f4b032e96f
23 changed files with 274 additions and 160 deletions

View File

@@ -14,11 +14,11 @@ VFlyoutUp {
required property list<string> hyprcmds
visible: false
visible: Settings.launcherOpen
item: content
onExited: visible = false
onExited: Settings.launcherOpen = false
ClippingRectangle {
id: content
@@ -26,7 +26,7 @@ VFlyoutUp {
implicitWidth: 700
implicitHeight: wallpaper.height
color: Pywal.colors.color1
color: Settings.colors.color1
Wallpaper {
id: wallpaper