jankyborders: use matugen
This commit is contained in:
parent
ae71080920
commit
d7f3b5363c
3 changed files with 9 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
# Available commands : https://nikitabobko.github.io/AeroSpace/commands
|
# Available commands : https://nikitabobko.github.io/AeroSpace/commands
|
||||||
after-startup-command = [
|
after-startup-command = [
|
||||||
'exec-and-forget borders active_color=0xfff74f9e inactive_color=0xffffa8f1 width=6.0',
|
'exec-and-forget borders active_color=0xfff74f9e inactive_color=0xffffa8f1 width=6.0',
|
||||||
|
'exec-and-forget sh ~/.cache/matugen-jankyborders.sh',
|
||||||
'exec-and-forget sketchybar'
|
'exec-and-forget sketchybar'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,3 +58,8 @@ output_path = '~/.config/vesktop/themes/midnight-discord.css'
|
||||||
input_path = './templates/sketchybar.sh'
|
input_path = './templates/sketchybar.sh'
|
||||||
output_path = '~/.config/sketchybar/colours.sh'
|
output_path = '~/.config/sketchybar/colours.sh'
|
||||||
post_hook = 'sketchybar --reload'
|
post_hook = 'sketchybar --reload'
|
||||||
|
|
||||||
|
[templates.jankyborders]
|
||||||
|
input_path = './templates/jankyborders.sh'
|
||||||
|
output_path = '~/.cache/matugen-jankyborders.sh'
|
||||||
|
post_hook = 'sh ~/.cache/matugen-jankyborders.sh'
|
||||||
|
|
|
||||||
3
stow/.config/matugen/templates/jankyborders.sh
Normal file
3
stow/.config/matugen/templates/jankyborders.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.surface_dim.default.hex_stripped}} width=6.0
|
||||||
Loading…
Add table
Add a link
Reference in a new issue