diff --git a/dot_config/emacs/init.el.tmpl b/dot_config/emacs/init.el.tmpl index 6e31075..66f2f8b 100644 --- a/dot_config/emacs/init.el.tmpl +++ b/dot_config/emacs/init.el.tmpl @@ -423,8 +423,8 @@ ;(org-mode . mixed-pitch-mode) :config {{- if eq .chezmoi.hostname "helix"}} - (set-face-attribute 'default nil :font "Hack" :height 180) - (set-face-attribute 'fixed-pitch nil :font "Hack" :height 180) + (set-face-attribute 'default nil :font "Hack" :height 220) + (set-face-attribute 'fixed-pitch nil :font "Hack" :height 220) (set-face-attribute 'variable-pitch nil :font "DejaVu Sans" :height 200)) {{- else }} (set-face-attribute 'default nil :font "Hack" :height 90) diff --git a/dot_config/kitty/kitty.conf b/dot_config/kitty/kitty.conf.tmpl similarity index 70% rename from dot_config/kitty/kitty.conf rename to dot_config/kitty/kitty.conf.tmpl index 12347a6..95e3bfc 100644 --- a/dot_config/kitty/kitty.conf +++ b/dot_config/kitty/kitty.conf.tmpl @@ -1,5 +1,9 @@ -font_family Hack +font_family Hack +{{- if eq .chezmoi.hostname "helix" }} +font_size 12 +{{- else }} font_size 10 +{{- end }} cursor_shape block cursor_stop_blinking_after 10 shell_integration enabled no-cursor diff --git a/dot_config/yambar/bar2.yml.tmpl b/dot_config/yambar/bar2.yml.tmpl index 89456e6..272ad8c 100644 --- a/dot_config/yambar/bar2.yml.tmpl +++ b/dot_config/yambar/bar2.yml.tmpl @@ -22,8 +22,8 @@ transparent_light_grey: &transparent_light_grey d0bf9b99 transparent_black: &transparent_black 4a555b99 # Fonts {{- if eq .chezmoi.hostname "helix" }} -hack: &hack Hack:pixelsize=24 -awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=24 +hack: &hack Hack:pixelsize=28 +awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=28 {{- else}} hack: &hack Hack:pixelsize=13 awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12 diff --git a/dot_config/yambar/config.yml.tmpl b/dot_config/yambar/config.yml.tmpl index d4faa5b..a87f762 100644 --- a/dot_config/yambar/config.yml.tmpl +++ b/dot_config/yambar/config.yml.tmpl @@ -22,8 +22,8 @@ transparent_light_grey: &transparent_light_grey d0bf9baa transparent_black: &transparent_black 4a555baa # Fonts {{- if eq .chezmoi.hostname "helix" }} -hack: &hack Hack:pixelsize=24 -awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=24 +hack: &hack Hack:pixelsize=28 +awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=28 {{- else}} hack: &hack Hack:pixelsize=13 awesome: &awesome Font Awesome 6 Free:style=solid:pixelsize=12