forked from Shinonome/dots-hyprland
fuzzel: don't overwrite non-color config in color generation
This commit is contained in:
@@ -1,18 +1,9 @@
|
|||||||
|
include="~/.config/fuzzel/fuzzel_theme.ini"
|
||||||
font=Gabarito
|
font=Gabarito
|
||||||
terminal=foot -e
|
terminal=kitty -1
|
||||||
prompt=">> "
|
prompt=">> "
|
||||||
layer=overlay
|
layer=overlay
|
||||||
|
|
||||||
[colors]
|
|
||||||
background=1D1011ff
|
|
||||||
text=F7DCDEff
|
|
||||||
selection=574144ff
|
|
||||||
selection-text=DEBFC2ff
|
|
||||||
border=574144dd
|
|
||||||
match=FFB2BCff
|
|
||||||
selection-match=FFB2BCff
|
|
||||||
|
|
||||||
|
|
||||||
[border]
|
[border]
|
||||||
radius=17
|
radius=17
|
||||||
width=1
|
width=1
|
||||||
|
|||||||
@@ -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'
|
output_path = '~/.config/hypr/hyprlock.conf'
|
||||||
|
|
||||||
[templates.fuzzel]
|
[templates.fuzzel]
|
||||||
input_path = '~/.config/matugen/templates/fuzzel/fuzzel.ini'
|
input_path = '~/.config/matugen/templates/fuzzel/fuzzel_theme.ini'
|
||||||
output_path = '~/.config/fuzzel/fuzzel.ini'
|
output_path = '~/.config/fuzzel/fuzzel_theme.ini'
|
||||||
|
|
||||||
[templates.gtk3]
|
[templates.gtk3]
|
||||||
input_path = '~/.config/matugen/templates/gtk/gtk-colors.css'
|
input_path = '~/.config/matugen/templates/gtk/gtk-colors.css'
|
||||||
|
|||||||
-13
@@ -1,8 +1,3 @@
|
|||||||
font=Gabarito
|
|
||||||
terminal=kitty -1
|
|
||||||
prompt=">> "
|
|
||||||
layer=overlay
|
|
||||||
|
|
||||||
[colors]
|
[colors]
|
||||||
background={{colors.background.default.hex_stripped}}ff
|
background={{colors.background.default.hex_stripped}}ff
|
||||||
text={{colors.on_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
|
border={{colors.surface_variant.default.hex_stripped}}dd
|
||||||
match={{colors.primary.default.hex_stripped}}ff
|
match={{colors.primary.default.hex_stripped}}ff
|
||||||
selection-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
|
|
||||||
Reference in New Issue
Block a user