bar: allow inverting tray item list's effect

This commit is contained in:
end-4
2025-08-21 07:45:30 +07:00
parent 1338b65aaa
commit eafa8f02b6
2 changed files with 6 additions and 2 deletions
@@ -162,6 +162,7 @@ Singleton {
}
property JsonObject tray: JsonObject {
property bool monochromeIcons: true
property bool invertPinnedItems: false // Makes the below a whitelist for the tray and blacklist for the pinned area
property list<string> pinnedItems: [ "Fcitx" ]
}
property JsonObject workspaces: JsonObject {