diff options
-rw-r--r-- | home/profiles/base/config/sway.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index be37695..eb9849f 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 '$color2' --tf '$color0' --hb '$color2' --hf '$color0'" + set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Dina 13px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" bindsym $mod+d exec $menu # set screenshot util |