SwiftBar
SwiftBar copied to clipboard
Powerful macOS menu bar customization tool
I usually get distracted during my work when the yellow warning sign (⚠️) appears on my menu bar. It's obtrusive and not consistent with the b&w standard of macOS native...
I know icalbuddy has problems on its own, but I had figured it out on Monterey. But after upgrade to Ventura beta some app permissions got "revoked" it seems like,...
**Describe the bug** I have been seeing SwiftBar crashes (either SIGSEGV or SIGABRT) due to memory corruption. I haven't been able to detect a consistent pattern with the crashes. They...
Add an option to have a visual feedback when the plugins are refreshing. This was done in BitBar and it is also present in xbar, would be a nice addition...
I'm using the [Oswald Regular](https://fonts.adobe.com/fonts/oswald) font for `font`, with `size` set to `15`. The text in the menu bar is slightly higher up than it should be. Is there anything...
**Describe the bug** A bit of trivial issue, but wondering if there's a way to reduce the left and right padding around the icon in the menu? For some reason...
**Describe the bug** It is not possible to add a value with a ":" character as environment variable **To Reproduce** Steps to reproduce the behavior: 1. Set: ``` # [SWIFTBAR_TESTPATH:/usr/local/bin:/usr/bin]...
**Describe the bug** `+` characters in the `body` parameter of a `swiftbar://notify` URI aren't converted into spaces. **To Reproduce** ``` open -e 'swiftbar://notify?plugin=01-night.o&title=Night&body=Wallpaper+change+pending%2C+Dock+relaunch+required.&bash=%2Fusr%2Fbin%2Fkillall¶m1=Dock&terminal=false&silent=true' ``` **Expected behavior** [The readme](https://github.com/swiftbar/SwiftBar#url-scheme) lists a...
Hi, I set a plugin folder in Google Drive virtual volume. Unfortunately the volume is initialised late after startup. Swiftbar launches earlier and cannot find the folder. Is there a...
Is there any reason not to use `/usr/bin/env bash` instead of `/bin/bash`? macOS uses an old version of `bash3`, and I use `bash5` from HomeBrew. Some tools have completions that...