Add SidePanel base

This commit is contained in:
Ly-sec 2025-08-10 15:16:50 +02:00
parent 0c044c7b81
commit ba76e56201
4 changed files with 73 additions and 9 deletions

View file

@ -1,6 +1,6 @@
// Disable reload popup
//@ pragma Env QS_NO_RELOAD_POPUP=1
import QtQuick
import Quickshell
import Quickshell.Io
@ -8,10 +8,13 @@ import Quickshell.Widgets
import qs.Modules.Bar
import qs.Modules.DemoPanel
import qs.Modules.Background
import qs.Modules.SidePanel
import qs.Services
ShellRoot {
id: root
Variants {
model: Quickshell.screens
@ -26,4 +29,8 @@ ShellRoot {
DemoPanel {
id: demoPanel
}
SidePanel {
id: sidePanel
}
}