Zu SwiftBar gewechselt

This commit is contained in:
Thomas Schmauder 2023-03-10 00:31:54 +01:00
parent ad38a0db29
commit 65cbe6cfb2

View File

@ -13,9 +13,11 @@ Zunächst Homebrew installieren, sofern noch nicht geschehen.
```
Danach kann man simple die benötigten Tools installieren.
- [Swiftbar](https://github.com/swiftbar/SwiftBar)
- [OpenConnect](https://www.infradead.org/openconnect/)
```bash
brew update && brew install openconnect xbar
brew update && brew install openconnect swiftbar
```
---
@ -40,5 +42,5 @@ $USER ALL=(ALL) NOPASSWD: /usr/bin/killall -2 openconnect" | sudo tee /private/e
Anschließend xbar starten und die erscheinenden Fenster bestätigen. Danach sollte in der Menüleiste das Tool auftauchen.
```zsh
open /Applications/xbar.app
open /Applications/SwiftBar.app
```