diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 14:12:47 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 14:12:47 +0200 |
| commit | 2d98aed218f17b2149bf45ae46ab0b0a054cad13 (patch) | |
| tree | 4e2cee7e1a0ecc71b7c8e741d10b9e5393d4b4da /window-switcher | |
| parent | ff611cc8ce63483effbb9d569d45cb990e0fcc8c (diff) | |
| download | quickshell-2d98aed218f17b2149bf45ae46ab0b0a054cad13.tar.gz quickshell-2d98aed218f17b2149bf45ae46ab0b0a054cad13.zip | |
fix(window-switcher): use a messaging icon for desktop 7
The chat/internet-chat aliases in the icon theme all resolve to an empty
outlined monitor; dialog-messages is the filled speech bubble.
Diffstat (limited to 'window-switcher')
| -rw-r--r-- | window-switcher/Windows.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/window-switcher/Windows.qml b/window-switcher/Windows.qml index 411c921..ec86ee5 100644 --- a/window-switcher/Windows.qml +++ b/window-switcher/Windows.qml @@ -78,7 +78,7 @@ Singleton { 4: "network-server", 5: "document-edit", 6: "applications-graphics", - 7: "internet-chat", + 7: "dialog-messages", 8: "input-gaming", }) |
