diff options
| -rw-r--r-- | styles/modules.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/styles/modules.css b/styles/modules.css index 9131752..4daff23 100644 --- a/styles/modules.css +++ b/styles/modules.css @@ -105,8 +105,8 @@ /* The eight. Generic names, so the bar does not lie when the application on a * workspace changes. */ #workspaces button:nth-child(1) { background-image: url("@ICONS@/categories/22/web-browser.svg"); } -#workspaces button:nth-child(2) { background-image: url("@ICONS@/categories/22/utilities-terminal.svg"); } -#workspaces button:nth-child(3) { background-image: url("@ICONS@/categories/22/text-editor.svg"); } +#workspaces button:nth-child(2) { background-image: url("@ICONS@/categories/22/text-editor.svg"); } +#workspaces button:nth-child(3) { background-image: url("@ICONS@/categories/22/utilities-terminal.svg"); } #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"); } |
