sketchybar: add quote around matugen vars to prevent globbing
This commit is contained in:
parent
87dd2951f5
commit
d447a9ca52
1 changed files with 5 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
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}}
|
||||
export FONT={{custom.font}}
|
||||
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}}"
|
||||
export FONT="{{custom.font}}"
|
||||
|
||||
export ROUNDING={{custom.rounding}}
|
||||
export ROUNDING="{{custom.rounding}}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue