start of refactor

This commit is contained in:
Zacharias-Brohn
2026-03-09 22:17:34 +01:00
parent fb15c2421b
commit 88d795a73f
12 changed files with 329 additions and 221 deletions
+2
View File
@@ -2,6 +2,7 @@ import Quickshell.Io
JsonObject {
property bool autoHide: false
property int border: 8
property list<var> entries: [
{
id: "workspaces",
@@ -60,6 +61,7 @@ JsonObject {
enabled: true
},
]
property int height: 34
property Popouts popouts: Popouts {
}
property int rounding: 8
+2
View File
@@ -81,6 +81,8 @@ Singleton {
return {
autoHide: barConfig.autoHide,
rounding: barConfig.rounding,
border: barConfig.border,
height: barConfig.height,
popouts: {
tray: barConfig.popouts.tray,
audio: barConfig.popouts.audio,