From 0801209090ced782abfbd1a5404862b88969ac35 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Mon, 11 May 2026 16:07:37 -0400 Subject: [PATCH] Keep selector labels readable --- default/quickshell/background-switcher.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/default/quickshell/background-switcher.qml b/default/quickshell/background-switcher.qml index f588609f..1810f823 100644 --- a/default/quickshell/background-switcher.qml +++ b/default/quickshell/background-switcher.qml @@ -393,7 +393,9 @@ ShellRoot { anchors.horizontalCenter: carousel.horizontalCenter width: root.expandedWidth text: root.currentLabel() - color: root.foreground + color: "#ffffff" + style: Text.Outline + styleColor: Qt.rgba(0, 0, 0, 0.7) font.pixelSize: 24 font.weight: Font.DemiBold horizontalAlignment: Text.AlignHCenter