diff --git a/.config/quickshell/ii/modules/background/Background.qml b/.config/quickshell/ii/modules/background/Background.qml index 32fa00b1c..c92ca2765 100644 --- a/.config/quickshell/ii/modules/background/Background.qml +++ b/.config/quickshell/ii/modules/background/Background.qml @@ -251,9 +251,7 @@ Variants { } color: bgRoot.colText style: Text.Raised - visible: { - return (Config.options.background.mantra !== "") - } + visible: Config.options.background.mantra !== "" styleColor: Appearance.colors.colShadow text: Config.options.background.mantra }