From 6fac997361bcb7e01c71180418b4404860ef5d1d Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 19:17:57 +0100 Subject: [PATCH] non important commit --- .../modules/dots/quick_shell/quick_config/config/shell.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8fcd6e1..b2cc7cb 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -11,12 +11,12 @@ ShellRoot { right: true } - height: 32 + height: 16 color: "#1e1e2e" Text { anchors.centerIn: parent - text: "hello, Ben" + text: "JIHIHIHIIIHIHHHHII" color: "#cdd6f4" font.pixelSize: 14 }