Closed NationAdel closed 2 years ago
What happens if you give the script the absolute path to your application, i.e. the output of:
which pomo
instead of just pomo
?
I think it is likely a problem that the installation is not in a globally available scope and thus it can not be found by the script that runs through sh -c
. If it is run through commandline it will inherit all current environment variables, which it will not if started as a service.
Hi this is my setup
/items
and sketchybar rc
so basically i copied the sketchybar default clock:date config. it working fine when a run sketchybar on the command line, but it displays nothing when run as a brew service.
This is the pomo repo https://github.com/rwxrob/pomo