about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-22 12:19:50 +0900
committersefidel <contact@sefidel.net>2022-01-22 12:19:50 +0900
commit4db6f413eb0fe8cc5c38f203db67cc053a172297 (patch)
tree09af9677f4fa8fa17e26fff722bb433a3c0037de /home
parente95334f1f3294e3ae74d0d4ace95eb48a5132a8f (diff)
downloadnixrc-4db6f413eb0fe8cc5c38f203db67cc053a172297.tar.gz
nixrc-4db6f413eb0fe8cc5c38f203db67cc053a172297.zip
home/base: Dina -> CtrlD
Diffstat (limited to 'home')
-rw-r--r--home/profiles/base/config/dunst.nix2
-rw-r--r--home/profiles/base/config/sway.nix2
-rw-r--r--home/profiles/base/config/waybar-style.nix4
3 files changed, 4 insertions, 4 deletions
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 = "<b>%s</b>\\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;
   }