Alias Padding #232
-
|
Is there a way to change the left and right padding for aliases? However, I can't adjust the spacing between. I've tried doing the same as icons/labels/backgrounds, but have not been able to figure out a way. Also when I use Thank you and appreciate your work on this project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Aliases have all regular item properties available, so: sketchybar --set "Control Center,Battery" background.padding_left=10 background.padding_right=10should already do the trick. Paddings can also be negative. If there are two menubar components with the same name, we can not alias them consistently. I would propose the use a clock plugin as it is displayed in the default config. |
Beta Was this translation helpful? Give feedback.
Aliases have all regular item properties available, so:
sketchybar --set "Control Center,Battery" background.padding_left=10 background.padding_right=10should already do the trick. Paddings can also be negative.
If there are two menubar components with the same name, we can not alias them consistently. I would propose the use a clock plugin as it is displayed in the default config.