From 7af7980e0704cdb3bd450de61a15d0e28104689e Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 24 Jul 2025 14:00:25 +0200 Subject: [PATCH] Modules/Hyprpanel: Hide fcitx tray icon --- home/modules/hyprpanel/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/modules/hyprpanel/default.nix b/home/modules/hyprpanel/default.nix index b5495b2f..1e2eec0e 100644 --- a/home/modules/hyprpanel/default.nix +++ b/home/modules/hyprpanel/default.nix @@ -283,6 +283,10 @@ in { "theme.bar.buttons.clock.text" = "#${color.hex.accentText}"; # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/config/bar/systray/index.ts + "bar.systray.ignore" = [ + "Fcitx" # Keyboard indicator + ]; # Middle click the tray icon to show a notification with the app name :) + "bar.systray.customIcons" = {}; # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/buttons/systray.ts "theme.bar.buttons.systray.background" = "#${color.hex.blue}";