You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tell application "AnyBar" to set image name to "blue"
70
+
71
+
tell application "AnyBar" to set current to get image name as Unicode text
72
+
display notification current
73
+
```
74
+
58
75
## Running multiple instances
59
76
60
77
You can run several instances of AnyBar as long as they listen on different ports. Use `ANYBAR_PORT` environment variable to change port and `open -n` to run several instances:
@@ -71,6 +88,10 @@ AnyBar can use user-local images if you put them under `~/.AnyBar`. E.g. if you
71
88
72
89
## Changelog
73
90
91
+
### 0.1.3
92
+
93
+
- AppleScript support (PR #8, thx [Oleg Kertanov](https://github.com/okertanov))
94
+
74
95
### 0.1.2
75
96
76
97
- Dark mode support. In dark mode AnyBar will first check for `<image>_alt@2x.png` or `<image>_alt.png` image first, then falls back to `<image>.png`
0 commit comments