fuzzel: don't overwrite non-color config in color generation

This commit is contained in:
end-4
2025-06-02 10:52:20 +02:00
parent 209cfc131a
commit 6aadba9a3a
4 changed files with 12 additions and 26 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ input_path = '~/.config/matugen/templates/hyprland/hyprlock.conf'
output_path = '~/.config/hypr/hyprlock.conf'
[templates.fuzzel]
input_path = '~/.config/matugen/templates/fuzzel/fuzzel.ini'
output_path = '~/.config/fuzzel/fuzzel.ini'
input_path = '~/.config/matugen/templates/fuzzel/fuzzel_theme.ini'
output_path = '~/.config/fuzzel/fuzzel_theme.ini'
[templates.gtk3]
input_path = '~/.config/matugen/templates/gtk/gtk-colors.css'
@@ -1,8 +1,3 @@
font=Gabarito
terminal=kitty -1
prompt=">> "
layer=overlay
[colors]
background={{colors.background.default.hex_stripped}}ff
text={{colors.on_background.default.hex_stripped}}ff
@@ -11,11 +6,3 @@ selection-text={{colors.on_surface_variant.default.hex_stripped}}ff
border={{colors.surface_variant.default.hex_stripped}}dd
match={{colors.primary.default.hex_stripped}}ff
selection-match={{colors.primary.default.hex_stripped}}ff
[border]
radius=17
width=1
[dmenu]
exit-immediately-if-empty=yes