sketchybar: init
This commit is contained in:
parent
ded82a8f8b
commit
ae71080920
10 changed files with 182 additions and 96 deletions
|
|
@ -53,3 +53,8 @@ output_path = '~/.config/hypr/hyprlock.conf'
|
|||
[templates.vesktop]
|
||||
input_path = './templates/discord.css'
|
||||
output_path = '~/.config/vesktop/themes/midnight-discord.css'
|
||||
|
||||
[templates.sketchybar]
|
||||
input_path = './templates/sketchybar.sh'
|
||||
output_path = '~/.config/sketchybar/colours.sh'
|
||||
post_hook = 'sketchybar --reload'
|
||||
|
|
|
|||
3
stow/.config/matugen/templates/sketchybar.sh
Normal file
3
stow/.config/matugen/templates/sketchybar.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export PRIMARY_COLOUR=0xFF{{colors.primary.default.hex_stripped}}
|
||||
export SECONDARY_COLOUR=0xFF{{colors.secondary.default.hex_stripped}}
|
||||
export BACKGROUND_COLOUR=0xFF{{colors.background.default.hex_stripped}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue