about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-01-24 23:06:41 +0900
committersefidel <contact@sefidel.net>2022-01-24 23:06:41 +0900
commite4ec7212718a6b05910bbc3e403c19acc1a8af9f (patch)
tree0b28b3c6e5bf6349949d11c6e46d4fcfda069632
parent64d5e4944acee5747772e0b93bd0e7c8fb8feeaa (diff)
downloadnixrc-e4ec7212718a6b05910bbc3e403c19acc1a8af9f.tar.gz
nixrc-e4ec7212718a6b05910bbc3e403c19acc1a8af9f.zip
home: use terminus
-rw-r--r--home/profiles/base/config/dunst.nix2
-rw-r--r--home/profiles/base/config/foot.nix2
-rw-r--r--home/profiles/base/config/sway.nix4
-rw-r--r--home/profiles/base/default.nix2
-rw-r--r--home/profiles/fonts/default.nix1
-rw-r--r--nixos/alpha/configuration.nix4
6 files changed, 9 insertions, 6 deletions
diff --git a/home/profiles/base/config/dunst.nix b/home/profiles/base/config/dunst.nix
index ac68827..142f547 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 = "cherry 10";
+    font = "Terminus 11";
     frame_color = "#${color3}";
     separator_color = "auto";
     max_icon_size = 80;
diff --git a/home/profiles/base/config/foot.nix b/home/profiles/base/config/foot.nix
index 08efefd..9b36cd3 100644
--- a/home/profiles/base/config/foot.nix
+++ b/home/profiles/base/config/foot.nix
@@ -5,7 +5,7 @@ with neotheme.colors;
 {
   main = {
     term = "foot";
-    font = "cherry:pixelsize=13,JetBrainsMono Nerd Font:size=9";
+    font = "Terminus:pixelsize=14,JetBrainsMono Nerd Font:size=9";
     letter-spacing = 0;
     line-height = 13;
     dpi-aware = "yes";
diff --git a/home/profiles/base/config/sway.nix b/home/profiles/base/config/sway.nix
index 744133d..a08f204 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 'cherry 13px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'"
+    set $menu "${pkgs.bemenu}/bin/bemenu-run -H 18 -l 5 --fn 'Terminus 14px' -p 'run::' --tb '$primary' --tf '$color0' --hb '$primary' --hf '$color0'"
   bindsym $mod+d exec $menu
 
   # set screenshot util
@@ -63,7 +63,7 @@ with neotheme.colors;
   # kill focused
   bindsym $mod+w kill
 
-  font "pango:cherry 10"
+  font "pango:Terminus 11"
 
   # window rules
   for_window [window_role="pop-up"]      floating enable
diff --git a/home/profiles/base/default.nix b/home/profiles/base/default.nix
index 6d6ff9c..5c427e2 100644
--- a/home/profiles/base/default.nix
+++ b/home/profiles/base/default.nix
@@ -29,7 +29,7 @@ in
     gtk.iconTheme.name = "Papirus-Dark";
     gtk.theme.package = phocus;
     gtk.theme.name = "phocus";
-    gtk.font.name = "cherry 10";
+    gtk.font.name = "Terminus 11";
 
     home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ-AA";
 
diff --git a/home/profiles/fonts/default.nix b/home/profiles/fonts/default.nix
index 847cb7d..5f878e3 100644
--- a/home/profiles/fonts/default.nix
+++ b/home/profiles/fonts/default.nix
@@ -16,6 +16,7 @@ in
       scientifica
       #siji # TODO: bitmap font conflict
       jetbrains-mono
+      terminus-font-ll2-td1
       twemoji-color-font
       emacs-all-the-icons-fonts
       (nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; })
diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix
index ff4fc95..368f8c4 100644
--- a/nixos/alpha/configuration.nix
+++ b/nixos/alpha/configuration.nix
@@ -45,7 +45,7 @@
 
   i18n.defaultLocale = "en_US.UTF-8";
 
-  console.font = "cherry-13";
+  console.font = "Terminus-11";
   console.colors = [
     "222329"
     "b17f81"
@@ -116,6 +116,7 @@
       siji
       jetbrains-mono
       twemoji-color-font
+      terminus-font-ll2-td1
       emacs-all-the-icons-fonts
       (nerdfonts.override { fonts = [ "Iosevka" "JetBrainsMono" ]; })
     ];
@@ -137,6 +138,7 @@
         ];
 
         monospace = [
+          "Terminus"
           "cherry"
           "Dina"
           "Iosevka Pure"