Add SidePanel base
This commit is contained in:
parent
0c044c7b81
commit
ba76e56201
4 changed files with 73 additions and 9 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue