forked from Shinonome/dots-hyprland
bar: make tray items pinned by default
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user