From 64274a93572d8098613a64c7091ff0e004148838 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 19 Jun 2025 21:12:38 +0200 Subject: [PATCH] Modules/Hyprpanel: Add signal 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 faa45cd5..de28f964 100644 --- a/home/modules/hyprpanel/default.nix +++ b/home/modules/hyprpanel/default.nix @@ -48,6 +48,10 @@ in { }; }; + "bar.workspaces.applicationIconMap" = { + "class:^(signal)$" = "󱋊"; + }; + # https://github.com/Jas-SinghFSU/HyprPanel/blob/master/src/configuration/modules/theme/bar/index.ts "theme.bar.background" = "#${color.hex.light.base}"; "theme.bar.border.color" = "#${color.hex.dark.lavender}";