jankyborders: use matugen

This commit is contained in:
Nico 2025-10-04 13:58:57 +10:00
parent ae71080920
commit d7f3b5363c
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
3 changed files with 9 additions and 0 deletions

View file

@ -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'
] ]

View file

@ -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'

View 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