From 4db6f413eb0fe8cc5c38f203db67cc053a172297 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sat, 22 Jan 2022 12:19:50 +0900 Subject: home/base: Dina -> CtrlD --- home/profiles/base/config/dunst.nix | 2 +- home/profiles/base/config/sway.nix | 2 +- home/profiles/base/config/waybar-style.nix | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'home') diff --git a/home/profiles/base/config/dunst.nix b/home/profiles/base/config/dunst.nix index 60ed15f..07d520f 100644 --- a/home/profiles/base/config/dunst.nix +++ b/home/profiles/base/config/dunst.nix @@ -19,7 +19,7 @@ with neotheme.colors; word_wrap = true; show_indicators = false; format = "%s\\n\\n%b"; - font = "Dina 10"; + font = "CtrlD 13"; frame_color = "#${color3}"; separator_color = "auto"; max_icon_size = 80; diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix index 00dae28..6772470 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 'Iosevka Pure 10.5' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" + set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'CtrlD 13' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'" bindsym $mod+d exec $menu # change focus diff --git a/home/profiles/base/config/waybar-style.nix b/home/profiles/base/config/waybar-style.nix index 0901a6a..6eed5de 100644 --- a/home/profiles/base/config/waybar-style.nix +++ b/home/profiles/base/config/waybar-style.nix @@ -6,8 +6,8 @@ with neotheme.colors; * { border: none; border-radius: 0; - font-family: "JetBrainsMono Nerd Font"; - font-size: 14px; + font-family: "CtrlD, JetBrainsMono Nerd Font"; + font-size: 13px; min-height: 0; } -- cgit 1.4.1