diff options
author | sefidel <contact@sefidel.net> | 2022-01-23 00:08:54 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-01-23 00:08:54 +0900 |
commit | e792a054e6f551a5ccc52173e17e2f42dbd62ee9 (patch) | |
tree | abef6b48a9d9f62479badd1ad3879e698a7d24d7 /home/profiles | |
parent | 3877164d70b07e504b29a350a6f2caa42280a763 (diff) | |
download | nixrc-e792a054e6f551a5ccc52173e17e2f42dbd62ee9.tar.gz nixrc-e792a054e6f551a5ccc52173e17e2f42dbd62ee9.zip |
home/base: bemenu - use bold font
Diffstat (limited to 'home/profiles')
-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 5c89450..d6d9ad7 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 'CtrlD 13' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" + set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'CtrlD Bold 16px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" bindsym $mod+d exec $menu # set screenshot util |