summaryrefslogtreecommitdiff
path: root/utils/Icons.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-16 16:02:18 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-08-16 16:02:18 +1000
commit0723153b30f2760ef4d008f7836febfe80f35b69 (patch)
treec2be5bc830c59196901be4d6a47c9937c0b4a3ec /utils/Icons.qml
parentbar/workspaces: refactor (diff)
downloadcaelestia-shell-0723153b30f2760ef4d008f7836febfe80f35b69.tar.gz
caelestia-shell-0723153b30f2760ef4d008f7836febfe80f35b69.tar.bz2
caelestia-shell-0723153b30f2760ef4d008f7836febfe80f35b69.zip
bar/workspaces: add special ws overlay
Diffstat (limited to 'utils/Icons.qml')
-rw-r--r--utils/Icons.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Icons.qml b/utils/Icons.qml
index 3363e55..cf81d67 100644
--- a/utils/Icons.qml
+++ b/utils/Icons.qml
@@ -191,7 +191,7 @@ Singleton {
if (name === "communication")
return "forum";
if (name === "music")
- return "music_note";
+ return "music_cast";
if (name === "todo")
return "checklist";
if (name === "sysmon")