We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cbd42 commit 25e7242Copy full SHA for 25e7242
Makefile
@@ -0,0 +1,7 @@
1
+i: install
2
+install:
3
+ cp lima-plugin ~/Library/Application\ Support/xbar/plugins/lima-plugin.10s
4
+
5
+l: lint
6
+lint:
7
+ shellcheck lima-plugin
README.md
@@ -10,6 +10,7 @@ This plugin is compatible with [xbar](https://xbarapp.com/) and [SwiftBar](https
10
11
## Installation
12
13
+Copy `lima-plugin` to ` ~/Library/Application\ Support/xbar/plugins/lima-plugin.30s`, or run `make install`
14
### Dependencies
15
16
- [xbar](https://xbarapp.com/) - Allows you to make custom menubar apps with just scripts
0 commit comments