From 3a6162114996beb07b65c582ef35fd0e29097b66 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Fri, 6 Feb 2026 13:07:20 +0100 Subject: renamed wrapper bin name from dmenu to app-launcher to avoid naming conflicts --- modules/home/i3wm/nord-blue/dmenu.nix | 2 +- modules/home/i3wm/nord-blue/i3.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/home') diff --git a/modules/home/i3wm/nord-blue/dmenu.nix b/modules/home/i3wm/nord-blue/dmenu.nix index 9e4652c..42be7ab 100644 --- a/modules/home/i3wm/nord-blue/dmenu.nix +++ b/modules/home/i3wm/nord-blue/dmenu.nix @@ -1,7 +1,7 @@ { pkgs, vars }: # <- accept the colors set as an argument # Wrapper for dmenu that uses your color variables -pkgs.writeShellScriptBin "dmenu" '' +pkgs.writeShellScriptBin "app-launcher" '' #!/usr/bin/env sh exec ${pkgs.dmenu}/bin/dmenu_run \ -fn 'JetBrains Mono-12' \ diff --git a/modules/home/i3wm/nord-blue/i3.nix b/modules/home/i3wm/nord-blue/i3.nix index c32e205..e354107 100644 --- a/modules/home/i3wm/nord-blue/i3.nix +++ b/modules/home/i3wm/nord-blue/i3.nix @@ -3,7 +3,7 @@ let vars = import ./variables.nix; lock-screen = import ./i3lock.nix {inherit pkgs; }; - dmenu = import ./dmenu.nix {inherit pkgs vars; }; + app_launcher = import ./dmenu.nix {inherit pkgs vars; }; mod = "Mod4"; in { -- cgit v1.2.3