From 41985491ef35853ab3fcc6c0414f6a59b16147ac Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Sat, 25 Jan 2025 20:25:00 +0100 Subject: [PATCH] ghostty: font adjustments --- home/common/ghostty.nix | 17 ++++++++++------- home/common/gnome.nix | 1 + 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 76e4031..6cb81d3 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -12,12 +12,13 @@ enableFishIntegration = true; package = inputs.ghostty.packages.${pkgs.system}.default; settings = { - font-size = 12.5; - font-family = "TX-02"; - font-family-bold-italic = "Monaspace Xenon"; + font-size = 11; + font-family = "Berkeley Mono"; + font-family-bold-italic = "Monaspace Radon Var"; + font-style = "Regular"; font-style-bold = "Bold"; - font-style-italic = "Light Oblique"; - font-style-bold-italic = "ExtraLight Italic"; + font-style-italic = "SemiLight Oblique"; + font-style-bold-italic = "Italic"; font-synthetic-style = false; adjust-cursor-thickness = 4; @@ -25,7 +26,9 @@ adjust-underline-thickness = -2; mouse-hide-while-typing = true; - unfocused-split-opacity = 1.0; + unfocused-split-opacity = 0.85; + unfocused-split-fill = "#14151a"; + shell-integration = "fish"; @@ -49,7 +52,7 @@ }; themes = { PatagiaDark = { - background = if config.patagia.oled.enable then "#000000" else "#14151a"; + background = "#14151a"; foreground = "#b7bec7"; cursor-color = "#e7e7b7"; selection-background = "#84979f"; diff --git a/home/common/gnome.nix b/home/common/gnome.nix index e651f8a..83fe87f 100644 --- a/home/common/gnome.nix +++ b/home/common/gnome.nix @@ -8,6 +8,7 @@ with lib.hm.gvariant; { config = lib.mkIf config.patagia.desktop.enable { home.packages = with pkgs; [ + gnome-shell-extensions gnome-tweaks gnome-pomodoro gnomeExtensions.desktop-clock