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

View file

@ -1,18 +1,9 @@
include="~/.config/fuzzel/fuzzel_theme.ini"
font=Gabarito
terminal=foot -e
terminal=kitty -1
prompt=">> "
layer=overlay
[colors]
background=1D1011ff
text=F7DCDEff
selection=574144ff
selection-text=DEBFC2ff
border=574144dd
match=FFB2BCff
selection-match=FFB2BCff
[border]
radius=17
width=1

View file

@ -0,0 +1,8 @@
[colors]
background=161217ff
text=e9e0e8ff
selection=4b454dff
selection-text=cdc3ceff
border=4b454ddd
match=dfb8f6ff
selection-match=dfb8f6ff

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'

View file

@ -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