From 42943b3def85d8787d703778951944c8e791202b Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Sat, 12 Apr 2025 20:02:57 -0700 Subject: [PATCH] Chore: Added applicationIconMap to nix. (#900) --- nix/module.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/nix/module.nix b/nix/module.nix index 7c9bc16..1c5932f 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -383,6 +383,17 @@ in } ''; }; + bar.workspaces.applicationIconMap = mkOption { + type = jsonFormat.type; + default = { }; + example = '' + { + "class:kitty$":"󰆍", + "title:Settings":"", + "vivaldi":"" + } + ''; + }; dummy = mkBoolOption true; hyprpanel.restartAgs = mkBoolOption true; # hyprpanel.restartCommand = mkStrOption "${pkgs.procps}/bin/pkill -u $USER -USR1 hyprpanel; ${package}/bin/hyprpanel";