starting to use config files

This commit is contained in:
Zacharias-Brohn
2025-11-11 01:50:05 +01:00
parent 80ac9081d1
commit 9ffae63e55
9 changed files with 55 additions and 37 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ import Quickshell.Wayland
import QtQuick.Layouts
import QtQuick
import Quickshell.Services.Notifications
import qs.Config
PanelWindow {
id: root
@@ -66,7 +67,7 @@ PanelWindow {
implicitHeight: 90
x: root.centerX - implicitWidth - 20
y: 34 + 20 + ( root.index * ( implicitHeight + 10 ))
color: "#801a1a1a"
color: Config.baseBgColor
border.color: "#555555"
radius: 8