From cf2388f6d83e72d34133856c0c7a78f613ec653a Mon Sep 17 00:00:00 2001 From: Hannes Date: Thu, 3 Sep 2026 21:44:41 +0200 Subject: [PATCH] feat: add PCB-related icon for AppsState --- modules/bar/states/Apps/AppsState.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/bar/states/Apps/AppsState.qml b/modules/bar/states/Apps/AppsState.qml index 36e876a..f72d714 100644 --- a/modules/bar/states/Apps/AppsState.qml +++ b/modules/bar/states/Apps/AppsState.qml @@ -183,6 +183,8 @@ Item { "lightburn": "󱇣", "wofi": "", // Screenshare - "moonlight": "󰍹ßß" + "moonlight": "󰍹", + // PCB + "kicad": "", }) }