quickshell: sliders icon for quick settings, not a cog
This commit is contained in:
parent
7caf7f2541
commit
559ccc55db
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue