diff options
author | sefidel <contact@sefidel.net> | 2022-03-12 16:48:11 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-03-12 16:48:11 +0900 |
commit | 170ae56edf9ac9a5e0d4585472a1adc186b99477 (patch) | |
tree | c89d01dee238b090b00d137b58b652d58a2bb926 /home/profiles/base/config/sway.nix | |
parent | 5971d9b1e3e2c202c32642c04bb954205bd79621 (diff) | |
download | nixrc-170ae56edf9ac9a5e0d4585472a1adc186b99477.tar.gz nixrc-170ae56edf9ac9a5e0d4585472a1adc186b99477.zip |
Revert "feat(home/base): increase bemenu readability"
This reverts commit 205ef8301f96e8782fbab58a0cd9dbabaf8189c5.
Diffstat (limited to 'home/profiles/base/config/sway.nix')
-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 |