power menu!!!

This commit is contained in:
Benjamin Palko 2025-08-18 23:41:59 -04:00
parent 7a1bed7d89
commit 8504f8ddd2
5 changed files with 145 additions and 1 deletions

View file

@ -1,4 +1,5 @@
import "bar"
import "powermenu"
import Quickshell
import Quickshell.Wayland
import Quickshell.Hyprland
@ -14,5 +15,6 @@ Variants {
required property ShellScreen modelData
Bar {}
PowerMenu {}
}
}