From d5871cf3a66447c7913139224dda8c2ce6836ffd Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 9 Apr 2026 16:03:45 +0000 Subject: [PATCH] shell: black hostname colour, switch to MesloLGS for powerline alignment - Change hostname text in powerline prompt from white (ffffff) to black (000000) on the amber segment - Switch Ghostty font from JetBrainsMono to MesloLGS Nerd Font for better vertical centering in powerline pill segments https://claude.ai/code/session_01PwAXuaoJx7qD5FhVLsn7Sn --- home-manager/fred.nix | 2 +- settings/shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/fred.nix b/home-manager/fred.nix index ca1a940..ce014c0 100644 --- a/home-manager/fred.nix +++ b/home-manager/fred.nix @@ -17,7 +17,7 @@ # Ghostty config home.file.".config/ghostty/config".force = true; home.file.".config/ghostty/config".text = '' - font-family = JetBrainsMono Nerd Font + font-family = MesloLGS Nerd Font font-size = 11 font-thicken = true theme = dark:Catppuccin Mocha,light:Catppuccin Latte diff --git a/settings/shell.nix b/settings/shell.nix index a293e99..c70d23e 100644 --- a/settings/shell.nix +++ b/settings/shell.nix @@ -71,7 +71,7 @@ # Arrow transition: nix -> hostname set_color 394b70 -b e0af68 printf "" - set_color ffffff -b e0af68 + set_color 000000 -b e0af68 printf " %s " (hostname) # Path segments - each folder gets its own color