From 550e14d1d4f562c0048bbad4826073622d8df4cc Mon Sep 17 00:00:00 2001 From: tdback Date: Sat, 8 Feb 2025 18:13:01 -0500 Subject: xorg: switch to aporetic font --- users/tdback/modules/alacritty/default.nix | 4 ++-- users/tdback/modules/dunst/default.nix | 2 +- users/tdback/modules/rofi/default.nix | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'users/tdback') diff --git a/users/tdback/modules/alacritty/default.nix b/users/tdback/modules/alacritty/default.nix index 3133d93..477b696 100644 --- a/users/tdback/modules/alacritty/default.nix +++ b/users/tdback/modules/alacritty/default.nix @@ -19,10 +19,10 @@ cursor.style.blinking = "Never"; font = let - family = "Iosevka Comfy Motion Fixed"; + family = "Aporetic Sans Mono"; in { - size = 16.0; + size = 14.0; normal = { inherit family; style = "Regular"; diff --git a/users/tdback/modules/dunst/default.nix b/users/tdback/modules/dunst/default.nix index e489290..4b8bd7d 100644 --- a/users/tdback/modules/dunst/default.nix +++ b/users/tdback/modules/dunst/default.nix @@ -13,7 +13,7 @@ offset = "30x50"; origin = "top-right"; frame_color = "#2c363c"; - font = "Iosevka Comfy Motion Fixed 12"; + font = "Aporetic Sans Mono 12"; }; urgency_normal = { background = "#37474f"; diff --git a/users/tdback/modules/rofi/default.nix b/users/tdback/modules/rofi/default.nix index 4d8164b..37247c6 100644 --- a/users/tdback/modules/rofi/default.nix +++ b/users/tdback/modules/rofi/default.nix @@ -7,7 +7,7 @@ programs.rofi = { enable = true; package = pkgs.unstable.rofi; - font = "Iosevka Comfy Motion Fixed 12"; + font = "Aporetic Sans Mono 12"; location = "center"; extraConfig = { modi = "window,run,drun"; -- cgit v1.2.3