diff --git a/.config/fuzzel/fuzzel.ini b/.config/fuzzel/fuzzel.ini index 26fe0ad2..b6b5fe99 100644 --- a/.config/fuzzel/fuzzel.ini +++ b/.config/fuzzel/fuzzel.ini @@ -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 diff --git a/.config/fuzzel/fuzzel_theme.ini b/.config/fuzzel/fuzzel_theme.ini new file mode 100644 index 00000000..3aed8f5c --- /dev/null +++ b/.config/fuzzel/fuzzel_theme.ini @@ -0,0 +1,8 @@ +[colors] +background=161217ff +text=e9e0e8ff +selection=4b454dff +selection-text=cdc3ceff +border=4b454ddd +match=dfb8f6ff +selection-match=dfb8f6ff diff --git a/.config/matugen/config.toml b/.config/matugen/config.toml index 31d114e8..9c0836d9 100644 --- a/.config/matugen/config.toml +++ b/.config/matugen/config.toml @@ -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' diff --git a/.config/matugen/templates/fuzzel/fuzzel.ini b/.config/matugen/templates/fuzzel/fuzzel_theme.ini similarity index 76% rename from .config/matugen/templates/fuzzel/fuzzel.ini rename to .config/matugen/templates/fuzzel/fuzzel_theme.ini index da2582fe..ec7e1a68 100644 --- a/.config/matugen/templates/fuzzel/fuzzel.ini +++ b/.config/matugen/templates/fuzzel/fuzzel_theme.ini @@ -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