From d4057abac81d9a1bbf0e141ecb3ee38674c3cf54 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 19:16:21 +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 cbfe91d..8fcd6e1 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 Ben" + text: "hello, Ben" color: "#cdd6f4" font.pixelSize: 14 }