From 016b90e501ed3308ee1485b86814a69f1edba5d5 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sat, 28 Feb 2026 14:57:10 +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 5dd0453..398270e 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -10,7 +10,7 @@ PanelWindow { Text { anchors.centerIn: parent - text: "My First Bar" + text: "sss" color: "#a9b1d6" font.pixelSize: 14 }