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 }