move bar to Shell module

This commit is contained in:
Benjamin Palko 2025-08-12 22:33:44 -04:00
parent 3e3275a84d
commit b75f8bc1d2
3 changed files with 88 additions and 73 deletions

View file

@ -2,12 +2,11 @@
import Quickshell
import "modules"
import "modules/bar"
ShellRoot {
ReloadPopup {}
Bar {}
Shell {}
Shortcuts {}
}