github swiftbar/SwiftBar v1.4.1-beta-1
v1.4.1 BETA 1

latest releases: v2.1.2-beta-3, v2.1.2-beta-2, v2.1.2-beta-1...
pre-release4 years ago

Changelog:

  • New: Refresh on click #241
  • New: Plugins list in Preferences live update with Plugin Folder changes #235
  • New: New URL scheme endpoints to enable, disable and toggle plugins #239
  • Fixed: Right click on menu bar item should always show menu #244
  • Fixed: SFImage honors width and height parameters #245

Refresh on click

<swiftbar.refreshOnOpen>true</swiftbar.refreshOnOpen>

New URL Scheme Endpoints

Endpoint Parameter Description Example
enableplugin name plugin name Enable plugin by name swiftbar://enableplugin?name=myplugin
disableplugin name plugin name Disable plugin by name swiftbar://disableplugin?name=myplugin
toggleplugin name plugin name Toggle(enable\disable) plugin by name swiftbar://toggleplugin?name=myplugin

Call it like this open -g "swiftbar://toggle?name=cal"

Don't miss a new SwiftBar release

NewReleases is sending notifications on new releases.