From 2c23c9cc2fa5c26e408e7276f7da7d0cb37922d6 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 16 Sep 2026 14:12:53 +0200 Subject: fix(workspaces): use a messaging icon for desktop 7 internet-chat resolves to an empty outlined monitor in this icon theme; dialog-messages is the filled speech bubble. The window-switcher's copy of the mapping was corrected to match. --- styles/modules.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'styles/modules.css') diff --git a/styles/modules.css b/styles/modules.css index 4daff23..ee5c4b2 100644 --- a/styles/modules.css +++ b/styles/modules.css @@ -110,7 +110,7 @@ #workspaces button:nth-child(4) { background-image: url("@ICONS@/devices/22/network-server.svg"); } #workspaces button:nth-child(5) { background-image: url("@ICONS@/actions/22/document-edit.svg"); } #workspaces button:nth-child(6) { background-image: url("@ICONS@/categories/22/applications-graphics.svg"); } -#workspaces button:nth-child(7) { background-image: url("@ICONS@/categories/22/internet-chat.svg"); } +#workspaces button:nth-child(7) { background-image: url("@ICONS@/actions/22/dialog-messages.svg"); } #workspaces button:nth-child(8) { background-image: url("@ICONS@/devices/22/input-gaming.svg"); } /* ------------------------------------------------ * -- cgit v1.2.3