diff --git a/dots/.config/quickshell/ii/modules/common/Config.qml b/dots/.config/quickshell/ii/modules/common/Config.qml index 6e67ebd79..9714b23f4 100644 --- a/dots/.config/quickshell/ii/modules/common/Config.qml +++ b/dots/.config/quickshell/ii/modules/common/Config.qml @@ -219,7 +219,7 @@ Singleton { property bool showItemId: false property bool invertPinnedItems: true // Makes the below a whitelist for the tray and blacklist for the pinned area property list pinnedItems: [ ] - property boot smartTray: true // Filter passive tray icons or not + property bool smartTray: true // Filter passive tray icons or not } property JsonObject workspaces: JsonObject { property bool monochromeIcons: true