hypr: replace walker with fuzzel
This commit is contained in:
parent
6269ee3943
commit
104d2ce32d
6 changed files with 50 additions and 4 deletions
|
|
@ -72,3 +72,7 @@ output_path = '~/.cache/zsh_colours.sh'
|
|||
input_path = './templates/pure.fish'
|
||||
output_path = '~/.config/fish/pure_colours.fish'
|
||||
post_hook = 'fish ~/.config/fish/pure_colours.fish'
|
||||
|
||||
[templates.fuzzel]
|
||||
input_path = './templates/fuzzel.ini'
|
||||
output_path = '~/.config/fuzzel/colors.ini'
|
||||
|
|
|
|||
18
stow/.config/matugen/templates/fuzzel.ini
Normal file
18
stow/.config/matugen/templates/fuzzel.ini
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# Fuzzel Colors
|
||||
# Generated with Matugen
|
||||
|
||||
[main]
|
||||
font=ComicShannsMono Nerd Font
|
||||
|
||||
[colors]
|
||||
background={{colors.background.default.hex_stripped}}ff
|
||||
text={{colors.on_surface.default.hex_stripped}}ff
|
||||
prompt={{colors.secondary.default.hex_stripped}}ff
|
||||
placeholder={{colors.tertiary.default.hex_stripped}}ff
|
||||
input={{colors.primary.default.hex_stripped}}ff
|
||||
match={{colors.tertiary.default.hex_stripped}}ff
|
||||
selection={{colors.primary.default.hex_stripped}}ff
|
||||
selection-text={{colors.background.default.hex_stripped}}ff
|
||||
selection-match={{colors.on_primary.default.hex_stripped}}ff
|
||||
counter={{colors.secondary.default.hex_stripped}}ff
|
||||
border={{colors.primary.default.hex_stripped}}ff
|
||||
Loading…
Add table
Add a link
Reference in a new issue