Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i am trying to run this but its giving me an error #45

Open
scandicwebsolutions opened this issue Sep 21, 2023 · 2 comments
Open

i am trying to run this but its giving me an error #45

scandicwebsolutions opened this issue Sep 21, 2023 · 2 comments

Comments

@scandicwebsolutions
Copy link

No matching processes belonging to you were found
make: `islandhelper' is up to date.
/Users/malikwaleed/.config/dynamic-island-sketchybar/item.sh: line 10: 54062 Illegal instruction: 4 "$DYNAMIC_ISLAND_DIR"/helper/islandhelper "$ISLANDHELPER"
/Users/malikwaleed/.config/dynamic-island-sketchybar/item.sh: line 31: / 2 - : syntax error: operand expected (error token is "/ 2 - ")

@xsova
Copy link

xsova commented Aug 7, 2024

I'm running into the same issue. It looks like it's not reading $P_DYNAMIC_ISLAND_DEFAULT_WIDTH.

@xsova
Copy link

xsova commented Aug 7, 2024

I just figured it out. The instructions were a bit unclear, but here's the solution:

  1. After creating your configuration file (like mbp2021_14.sh) in the /userconfigs directory, you need to run the following command from the project root:

    cp userconfigs/mbp2021_14.sh userconfig.sh

Note: use your respective userconfigs/mbp file, I was able to have it work as intended with the example file using a mbp2023_14, ymmv

  1. The userconfigs directory is essentially a staging area for the userconfig.sh file located in the root directory. Until the userconfig.sh file is correctly set up, the system won’t know the values for any environment variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@xsova @scandicwebsolutions and others