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 }