aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}