quickshell: sliders icon for quick settings, not a cog

This commit is contained in:
rope 2026-08-30 14:46:12 +01:00
parent 7caf7f2541
commit 559ccc55db

View file

@ -4738,7 +4738,7 @@ in
// Doubles as the recording indicator: with the // Doubles as the recording indicator: with the
// dropdown shut, this dot is the only sign that // dropdown shut, this dot is the only sign that
// wf-recorder is still running. // 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 color: recCard.recording ? Theme.err : Theme.base05
font.pixelSize: 18 font.pixelSize: 18
} }