launcher v1

This commit is contained in:
Benjamin Palko 2025-08-19 23:31:39 -04:00
parent 8504f8ddd2
commit d71c9604a6
12 changed files with 1608 additions and 4 deletions

View file

@ -1,8 +1,8 @@
import "bar"
import "launcher"
import "powermenu"
import Quickshell
import Quickshell.Wayland
import Quickshell.Hyprland
import QtQuick
import QtQuick.Effects
@ -15,6 +15,7 @@ Variants {
required property ShellScreen modelData
Bar {}
Launcher {}
PowerMenu {}
}
}