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 + } }