auto-reload ghostty config on matugen #3

merged
opened by thomas.rocks targeting main from niri-rewrite
Changed files
+2 -1
private_dot_config
matugen
+1
private_dot_config/matugen/config.toml
··· 16 [templates.ghostty] 17 input_path = './templates/ghostty-theme' 18 output_path = '~/.config/ghostty/themes/matugen' 19 20 [templates.gtk3] 21 input_path = './templates/gtk-colors.css'
··· 16 [templates.ghostty] 17 input_path = './templates/ghostty-theme' 18 output_path = '~/.config/ghostty/themes/matugen' 19 + post_hook = 'pkill -SIGUSR2 ghostty' 20 21 [templates.gtk3] 22 input_path = './templates/gtk-colors.css'
+1 -1
private_dot_config/matugen/templates/ghostty-theme
··· 7 selection-background ={{colors.secondary_fixed_dim.default.hex}} 8 9 # black 10 - palette=8={{colors.on_surface_variant.default.hex | set_lightness: -20.0}} 11 palette=0=#4c4c4c 12 13 # red
··· 7 selection-background ={{colors.secondary_fixed_dim.default.hex}} 8 9 # black 10 + palette=8={{colors.on_surface_variant.default.hex | set_lightness: 60.0}} 11 palette=0=#4c4c4c 12 13 # red