forked from Shinonome/dots-hyprland
change name to "filterPassive"
This commit is contained in:
@@ -17,7 +17,7 @@ Item {
|
|||||||
property bool showOverflowMenu: true
|
property bool showOverflowMenu: true
|
||||||
property var activeMenu: null
|
property var activeMenu: null
|
||||||
|
|
||||||
property bool smartTray: Config.options.bar.tray.smartTray
|
property bool smartTray: Config.options.bar.tray.filterPassive
|
||||||
property list<var> itemsInUserList: SystemTray.items.values.filter(i => (Config.options.bar.tray.pinnedItems.includes(i.id) && (!smartTray || i.status !== Status.Passive)))
|
property list<var> itemsInUserList: SystemTray.items.values.filter(i => (Config.options.bar.tray.pinnedItems.includes(i.id) && (!smartTray || i.status !== Status.Passive)))
|
||||||
property list<var> itemsNotInUserList: SystemTray.items.values.filter(i => (!Config.options.bar.tray.pinnedItems.includes(i.id) && (!smartTray || i.status !== Status.Passive)))
|
property list<var> itemsNotInUserList: SystemTray.items.values.filter(i => (!Config.options.bar.tray.pinnedItems.includes(i.id) && (!smartTray || i.status !== Status.Passive)))
|
||||||
|
|
||||||
|
|||||||
@@ -221,7 +221,7 @@ Singleton {
|
|||||||
property bool showItemId: false
|
property bool showItemId: false
|
||||||
property bool invertPinnedItems: true // 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: [ ]
|
property list<string> pinnedItems: [ ]
|
||||||
property bool smartTray: true // Filter passive tray icons or not
|
property bool filterPassive: true
|
||||||
}
|
}
|
||||||
property JsonObject workspaces: JsonObject {
|
property JsonObject workspaces: JsonObject {
|
||||||
property bool monochromeIcons: true
|
property bool monochromeIcons: true
|
||||||
|
|||||||
Reference in New Issue
Block a user