diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-16 14:12:53 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-16 14:12:53 +0200 |
| commit | 2c23c9cc2fa5c26e408e7276f7da7d0cb37922d6 (patch) | |
| tree | 43ba74c122a959c344ca3f8069dbd8c1946d6687 | |
| parent | 51a10dcf68852b278ff58b983b64132f357fe645 (diff) | |
| download | waybar-theme-udt-master.tar.gz waybar-theme-udt-master.zip | |
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.
| -rw-r--r-- | styles/modules.css | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } /* ------------------------------------------------ * |
