From 2c33b147d96c5a42d8570053d97a8f942f31c8a3 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 19:11:02 +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 cc8db3d..cbfe91d 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" + text: "hello, from Ben" color: "#cdd6f4" font.pixelSize: 14 }