From 559ccc55db57e035a8c76c2d20f80e6bbbc0eb8a Mon Sep 17 00:00:00 2001 From: rope Date: Sun, 30 Aug 2026 14:46:12 +0100 Subject: [PATCH] quickshell: sliders icon for quick settings, not a cog --- settings/quickshell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/quickshell.nix b/settings/quickshell.nix index 6dab4c9..d58e173 100644 --- a/settings/quickshell.nix +++ b/settings/quickshell.nix @@ -4738,7 +4738,7 @@ in // Doubles as the recording indicator: with the // dropdown shut, this dot is the only sign that // wf-recorder is still running. - text: recCard.recording ? "circle-dot" : "cog" + text: recCard.recording ? "circle-dot" : "sliders-horizontal" color: recCard.recording ? Theme.err : Theme.base05 font.pixelSize: 18 }