mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-04 03:06:57 +00:00
Very basic theming support
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
|
||||
|
||||
/*
|
||||
Here we go, this is it. Rebuild time...
|
||||
No spaghetti code, preset sizing, proper project structure
|
||||
only "spawn" UI, do not do anything else here.
|
||||
*/
|
||||
|
||||
import QtQuick
|
||||
import Quickshell
|
||||
import Quickshell.Io
|
||||
@@ -11,15 +12,13 @@ import Quickshell.Widgets
|
||||
import qs.Modules.Bar
|
||||
|
||||
ShellRoot {
|
||||
id: root
|
||||
id: root
|
||||
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
Variants {
|
||||
model: Quickshell.screens
|
||||
|
||||
delegate: Bar {
|
||||
modelData: item
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user