bar: make tray items pinned by default

This commit is contained in:
end-4
2025-09-11 09:59:05 +02:00
parent fb9a726ba0
commit 7e39f0a34f
@@ -174,8 +174,8 @@ Singleton {
property JsonObject tray: JsonObject { property JsonObject tray: JsonObject {
property bool monochromeIcons: true property bool monochromeIcons: true
property bool showItemId: false property bool showItemId: false
property bool invertPinnedItems: false // Makes the below a whitelist for the tray and blacklist for the pinned area property bool invertPinnedItems: true // Makes the below a whitelist for the tray and blacklist for the pinned area
property list<string> pinnedItems: [ "Fcitx" ] property list<string> pinnedItems: [ ]
} }
property JsonObject workspaces: JsonObject { property JsonObject workspaces: JsonObject {
property bool monochromeIcons: true property bool monochromeIcons: true