ghostty: font adjustments

This commit is contained in:
Daniel Lundin 2025-01-25 20:25:00 +01:00
parent 0c6e5eb86c
commit 41985491ef
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 11 additions and 7 deletions

View file

@ -12,12 +12,13 @@
enableFishIntegration = true; enableFishIntegration = true;
package = inputs.ghostty.packages.${pkgs.system}.default; package = inputs.ghostty.packages.${pkgs.system}.default;
settings = { settings = {
font-size = 12.5; font-size = 11;
font-family = "TX-02"; font-family = "Berkeley Mono";
font-family-bold-italic = "Monaspace Xenon"; font-family-bold-italic = "Monaspace Radon Var";
font-style = "Regular";
font-style-bold = "Bold"; font-style-bold = "Bold";
font-style-italic = "Light Oblique"; font-style-italic = "SemiLight Oblique";
font-style-bold-italic = "ExtraLight Italic"; font-style-bold-italic = "Italic";
font-synthetic-style = false; font-synthetic-style = false;
adjust-cursor-thickness = 4; adjust-cursor-thickness = 4;
@ -25,7 +26,9 @@
adjust-underline-thickness = -2; adjust-underline-thickness = -2;
mouse-hide-while-typing = true; mouse-hide-while-typing = true;
unfocused-split-opacity = 1.0; unfocused-split-opacity = 0.85;
unfocused-split-fill = "#14151a";
shell-integration = "fish"; shell-integration = "fish";
@ -49,7 +52,7 @@
}; };
themes = { themes = {
PatagiaDark = { PatagiaDark = {
background = if config.patagia.oled.enable then "#000000" else "#14151a"; background = "#14151a";
foreground = "#b7bec7"; foreground = "#b7bec7";
cursor-color = "#e7e7b7"; cursor-color = "#e7e7b7";
selection-background = "#84979f"; selection-background = "#84979f";

View file

@ -8,6 +8,7 @@ with lib.hm.gvariant;
{ {
config = lib.mkIf config.patagia.desktop.enable { config = lib.mkIf config.patagia.desktop.enable {
home.packages = with pkgs; [ home.packages = with pkgs; [
gnome-shell-extensions
gnome-tweaks gnome-tweaks
gnome-pomodoro gnome-pomodoro
gnomeExtensions.desktop-clock gnomeExtensions.desktop-clock