xbar: terminal=false does not work?
#!/bin/bash
echo "π€";
echo "---";
echo "π― nudge | bash=\"adb shell input keyevent 82\" terminal=false"
am I doing something wrong ?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 21 (6 by maintainers)
@syllogismos You need to download it manually; https://github.com/oleander/bitbar/releases/download/untagged-296d5d289628e56e2a8e/BitBar.dmg Itβs a build from my pull request.
I have found what is the problem
PATH
was not set foradb
, so I have usedsource ~/.zshrc
whereadb
PATH
is already definedit was difficult to debug this because error was silent, maybe it would be good to write output somewhere for example
~/.bitbar-debug
when exit code is different than 0 and show osx notification that something went wrong