From ff611cc8ce63483effbb9d569d45cb990e0fcc8c Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Wed, 16 Sep 2026 14:09:25 +0200 Subject: fix(window-switcher): swap the desktop 2 and 3 icons Desktop 2 is the editor and desktop 3 the terminal; the map had them the other way round, matching waybar's stylesheet before it was corrected. --- window-switcher/Windows.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'window-switcher/Windows.qml') diff --git a/window-switcher/Windows.qml b/window-switcher/Windows.qml index fb582ad..411c921 100644 --- a/window-switcher/Windows.qml +++ b/window-switcher/Windows.qml @@ -73,8 +73,8 @@ Singleton { // has no icon and the card falls back to its number. readonly property var workspaceIcons: ({ 1: "web-browser", - 2: "utilities-terminal", - 3: "text-editor", + 2: "text-editor", + 3: "utilities-terminal", 4: "network-server", 5: "document-edit", 6: "applications-graphics", -- cgit v1.2.3