From 9e6b8885a1f4b89033f1dae355daae0ba58bef04 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 6 Mar 2022 20:25:00 +0900 Subject: feat(home/base): increase bemenu readability --- home/profiles/base/config/sway.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/profiles/base/config') diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index eb9849f..be37695 100644 --- a/home/profiles/base/config/sway.nix +++ b/home/profiles/base/config/sway.nix @@ -20,7 +20,7 @@ with neotheme.colors; bindsym $mod+Return exec $term # set menu - set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Dina 13px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" + set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Dina 13px' -p 'run::' --tb '$color2' --tf '$color0' --hb '$color2' --hf '$color0'" bindsym $mod+d exec $menu # set screenshot util -- cgit 1.4.1