mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
fuzzel: don't overwrite non-color config in color generation
This commit is contained in:
parent
209cfc131a
commit
6aadba9a3a
4 changed files with 12 additions and 26 deletions
|
|
@ -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
|
||||
|
|
|
|||
8
.config/fuzzel/fuzzel_theme.ini
Normal file
8
.config/fuzzel/fuzzel_theme.ini
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[colors]
|
||||
background=161217ff
|
||||
text=e9e0e8ff
|
||||
selection=4b454dff
|
||||
selection-text=cdc3ceff
|
||||
border=4b454ddd
|
||||
match=dfb8f6ff
|
||||
selection-match=dfb8f6ff
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue