From 3b4525413a54d06d3dd5916d1259da0ccdb02a6a Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Mon, 20 Oct 2025 18:43:17 +0100 Subject: [PATCH] typo --- dots/.config/quickshell/ii/modules/common/Config.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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