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 -2
View File
@@ -1,4 +1,3 @@
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
@@ -9,6 +8,7 @@ import Quickshell.Wayland
import Qt5Compat.GraphicalEffects
import Quickshell.Hyprland
import qs.Modules
import qs.Config
Scope {
Variants {
@@ -39,7 +39,7 @@ Scope {
Rectangle {
id: backgroundRect
anchors.fill: parent
color: "#801a1a1a"
color: Config.baseBgColor
radius: 0
RowLayout {