Skip to content

Releases: FelixKratz/SketchyBar

Fix Item Alias not updating Bounds

26 Sep 19:16
Compare
Choose a tag to compare

A very simple fix for item aliases.

Item Alias Scaling Hotfix

24 Sep 17:01
Compare
Choose a tag to compare
  • This fixes a scaling bug with item aliases occurring on retina screen.
  • Adds y_offset property to items

Default Item Aliases

22 Sep 23:00
Compare
Choose a tag to compare
  • It is now possible to display default menu bar items in sketchybar (see Experimental section of the README)
  • Improved Bar hiding responsiveness
  • Bars can be hidden on individual displays
  • Sharper text rendering
  • Internal restructuring to reduce draw calls
  • Rename domain config to domain bar

New item background features and scripting variables

15 Sep 20:56
Compare
Choose a tag to compare
  • Item backgrounds can now be customized with a border, a corner radius and a custom height
  • New scripting variables for the space component include the display id and the space id of the associated component
  • Fixes a bug where components of displays that are not connected are refreshed
  • Some under the hood changes for (hopefully) better performance and stability

Added customizable bar border

13 Sep 22:13
Compare
Choose a tag to compare

It is now possible to specify a border for the bar, e.g. a small 1px wide black border:

sketchybar -m batch --config border_width=1 \
                             border_color=0xff000000

Fix Window Level and some additions

11 Sep 22:09
Compare
Choose a tag to compare
  • The bar is now on top of most windows by default and can be customized to even be on top of the default menu bar
  • Hide and unhide commands available
  • Updated default rc

Item backgrounds and under the hood improvements

11 Sep 17:16
Compare
Choose a tag to compare
  • Batching is even more powerful
  • Items can have colored backgrounds

Faster space scripts and picky redraw

08 Sep 22:59
Compare
Choose a tag to compare
  • Items can now be "lazy"
  • The bar is redrawn only when really needed
  • Everything is a bit faster
  • Fix an error with batch messages

Batch messages

01 Sep 13:33
Compare
Choose a tag to compare

The new batch messaging system makes everything a bit faster

Improvements to socket connection reliability and other fixes

06 Sep 13:41
Compare
Choose a tag to compare