Skip to content

Commit

Permalink
Fix username
Browse files Browse the repository at this point in the history
  • Loading branch information
gradddev authored Nov 20, 2023
1 parent f9ef098 commit 20f8249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Casks/yabai-spaces-widget.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
version "1.0.0"
sha256 "127ed0d95a83e556def4fd6682cef30869825ade49f01be3316f10dd90fdba6c"

url "https://github.com/grad-dev/yabai-spaces-widget/releases/download/v#{version}/YabaiSpacesWidget.app.zip"
url "https://github.com/gradddev/yabai-spaces-widget/releases/download/v#{version}/YabaiSpacesWidget.app.zip"
name "Yabai Spaces Widget"
desc "Widget for Yabai to see spaces on all your displays"
homepage "https://github.com/grad-dev/yabai-spaces-widget"
homepage "https://github.com/gradddev/yabai-spaces-widget"

app "Yabai Spaces Widget.app"
end
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This is a Homebrew tap for installing software developed by Alex Grad.
To use this tap, you'll first need to add it to your Homebrew installation. You can do this by running the following command:

```bash
brew tap grad-dev/tap
brew tap gradddev/tap
```

Once you've tapped the repository, you can then install any of the casks that it contains using the brew install command.
Expand All @@ -16,10 +16,10 @@ Once you've tapped the repository, you can then install any of the casks that it

### Yabai Spaces Widget

The [Yabai Spaces Widget](https://github.com/grad-dev/yabai-spaces-widget) is a macOS app that adds a widget to your status bar. It works with Yabai and lets you see spaces on all your displays. To install it, run the following command:
The [Yabai Spaces Widget](https://github.com/gradddev/yabai-spaces-widget) is a macOS app that adds a widget to your status bar. It works with Yabai and lets you see spaces on all your displays. To install it, run the following command:

```bash
brew install grad-dev/tap/yabai-spaces-widget
brew install gradddev/tap/yabai-spaces-widget
```

This will download and install the latest version of the Yabai Spaces Widget app onto your system.

0 comments on commit 20f8249

Please sign in to comment.