From c51ea11b2ee18ae2654416ab72822cfb0cbd5cb7 Mon Sep 17 00:00:00 2001 From: "RingOfStorms (Joshua Bell)" Date: Thu, 25 Sep 2025 21:32:05 -0500 Subject: [PATCH] fix foot font size --- common/_home_manager/mods/foot.nix | 2 +- hosts/oren/flake.nix | 1 - hosts/oren/sway_customizations.nix | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/common/_home_manager/mods/foot.nix b/common/_home_manager/mods/foot.nix index cffbb53..706ffec 100644 --- a/common/_home_manager/mods/foot.nix +++ b/common/_home_manager/mods/foot.nix @@ -20,7 +20,7 @@ settings = { main = { # Use the same font and size as your Kitty config - font = "JetBrainsMonoNL Nerd Font:size=${toString config.components.kitty.font_size}"; + font = "JetBrainsMonoNL Nerd Font:size=${toString config.components.foot.font_size}"; # Initial window size in character cells (Kitty used 160c x 55c) "initial-window-size-chars" = "160x55"; diff --git a/hosts/oren/flake.nix b/hosts/oren/flake.nix index 5581200..5f9a69c 100644 --- a/hosts/oren/flake.nix +++ b/hosts/oren/flake.nix @@ -126,7 +126,6 @@ homeManager = { users = { josh = { - components.kitty.font_size = 20.0; imports = with common.homeManagerModules; [ zsh ssh diff --git a/hosts/oren/sway_customizations.nix b/hosts/oren/sway_customizations.nix index 5769532..ad72ca6 100644 --- a/hosts/oren/sway_customizations.nix +++ b/hosts/oren/sway_customizations.nix @@ -10,7 +10,7 @@ let # Optional output settings output = { "eDP-1" = { - scale = "1"; + scale = "1.7"; pos = "0 0"; mode = "2560x1600@165.000Hz"; bg = "${../_shared_assets/wallpapers/pixel_neon.png} fill";