zsh: use matugen
This commit is contained in:
parent
817d65d0d7
commit
b1f5d44dd1
3 changed files with 12 additions and 22 deletions
|
|
@ -63,6 +63,11 @@ post_hook = 'sketchybar --reload'
|
|||
input_path = './templates/jankyborders.sh'
|
||||
output_path = '~/.cache/matugen-jankyborders.sh'
|
||||
post_hook = 'sh ~/.cache/matugen-jankyborders.sh'
|
||||
|
||||
[templates.zsh]
|
||||
input_path = './templates/zsh.sh'
|
||||
output_path = '~/.cache/zsh_colours.sh'
|
||||
|
||||
[templates.fish-pure]
|
||||
input_path = './templates/pure.fish'
|
||||
output_path = '~/.config/fish/pure_colours.fish'
|
||||
|
|
|
|||
3
stow/.config/matugen/templates/zsh.sh
Normal file
3
stow/.config/matugen/templates/zsh.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PRIMARY_COLOUR="{#{{colors.primary.default.hex_stripped}}}"
|
||||
SECONDARY_COLOUR="{#{{colors.secondary.default.hex_stripped}}}"
|
||||
TEXT_COLOUR="{#{{colors.on_primary.default.hex_stripped}}}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue