From 65cbe6cfb231086a66891414f958681ac3cf2a08 Mon Sep 17 00:00:00 2001 From: Thomas Schmauder Date: Fri, 10 Mar 2023 00:31:54 +0100 Subject: [PATCH] Zu SwiftBar gewechselt --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9a6e296..b4b7a3d 100644 --- a/README.md +++ b/README.md @@ -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 ```