From ba7ed5be1ce8ea15dd7ac1f39d8753a1000981d5 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 29 Aug 2025 08:03:01 +0200 Subject: [PATCH] background: fix quote not working --- .config/quickshell/ii/modules/background/Background.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index 5df366d93..dca01f69d 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -278,7 +278,7 @@ Variants { style: Text.Raised visible: Config.options.background.mantra !== "" styleColor: Appearance.colors.colShadow - text: Config.options.background.mantra + text: Config.options.background.quote } }