mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 18:42:04 +00:00
Add SidePanel base
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user