From 11064d04f024ce9cd7fb2d41396d64ed421d2b51 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Fri, 14 Nov 2025 15:37:02 +0100 Subject: [PATCH] use a proper icon for tooltips click to show option --- dots/.config/quickshell/ii/modules/settings/BarConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/settings/BarConfig.qml b/dots/.config/quickshell/ii/modules/settings/BarConfig.qml index 182124693..06e694bc8 100644 --- a/dots/.config/quickshell/ii/modules/settings/BarConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/BarConfig.qml @@ -339,7 +339,7 @@ ContentPage { icon: "tooltip" title: Translation.tr("Tooltips") ConfigSwitch { - buttonIcon: "web_traffic" + buttonIcon: "ads_click" text: Translation.tr("Click to show") checked: Config.options.bar.tooltips.clickToShow onCheckedChanged: {