From b5d3d1ec0bd4dddfc789018671c66548e4d43d6e Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 20:31:21 +0100 Subject: [PATCH] non important commit --- .../quick_shell/quick_config/config/shell.qml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml index bcd8577..1165ce6 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -2,12 +2,14 @@ import Quickshell import QtQuick FloatingWindow { - visible: true - width: 200 - height: 100 + visible: true + width: 200 + height: 100 - Text { - anchors.centerIn: parent - text: "haayaa" - } + Text { + anchors.centerIn: parent + text: "haayaa" + color: "#000000" + font.pixelSize: 18 + } }