From 467de0a612953f17606ccdf0cd018baa2a5de604 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 19:05:42 +0100 Subject: [PATCH] non important commit --- .../modules/dots/quick_shell/quick_config/config/shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 28a1a61..cc8db3d 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -16,7 +16,7 @@ ShellRoot { Text { anchors.centerIn: parent - text: "hello from quickshell" + text: "hello" color: "#cdd6f4" font.pixelSize: 14 }