From d1e66c444192644f95146ee3da3c0f9518c2dd8b Mon Sep 17 00:00:00 2001 From: Nyx <189459385+nyx-4@users.noreply.github.com> Date: Sat, 16 Aug 2025 20:16:38 +0500 Subject: [PATCH] It's 9/11, where yo planes at? Signed-off-by: Nyx <189459385+nyx-4@users.noreply.github.com> --- .config/quickshell/ii/modules/background/Background.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index 2850249e..32fa00b1 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -243,8 +243,6 @@ Variants { text: DateTime.date } StyledText { - Layout.fillWidth: true - Layout.topMargin: -5 horizontalAlignment: bgRoot.textHorizontalAlignment font { family: Appearance.font.family.expressive @@ -253,6 +251,9 @@ Variants { } color: bgRoot.colText style: Text.Raised + visible: { + return (Config.options.background.mantra !== "") + } styleColor: Appearance.colors.colShadow text: Config.options.background.mantra }