Compare commits

..

2 commits

Author SHA1 Message Date
d447a9ca52
sketchybar: add quote around matugen vars to prevent globbing 2025-11-12 01:22:33 +11:00
87dd2951f5
Revert "yabai: enable animations"
This reverts commit 22c11f807b.
2025-11-12 01:14:04 +11:00
2 changed files with 5 additions and 9 deletions

View file

@ -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}}"

View file

@ -31,10 +31,6 @@ yabai -m space 6 --label music
yabai -m config layout bsp
yabai -m config split_ratio 0.5
# animations
yabai -m config window_animation_duration 0.3
yabai -m config window_animation_easing ease_in_out_quint
# padding
yabai -m config top_padding 6
yabai -m config bottom_padding 12