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
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
The correct file is being produced in ~/.cache/wal/colors-berry.sh but the script is not being run. Executable permissions were set on the template file but I found they weren't carried forward to the cache file. I have set proper permissions there now. Still no go.
Any help would be greatly appreciated. I do have this working in an extra script (using the -o flag) but wish to use the template scheme if possible. So not exactly a critical issue.
Thanks.
The text was updated successfully, but these errors were encountered:
It appears that execute permissions are not copied over to created template files. One solution would be creating a script you would run with -o that simply contains sh ~/.cache/wal/colors-berry.sh.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi. I'm using the berry wm and have written a script to change some colours (as a template, of course):
The correct file is being produced in
~/.cache/wal/colors-berry.sh
but the script is not being run. Executable permissions were set on the template file but I found they weren't carried forward to the cache file. I have set proper permissions there now. Still no go.Any help would be greatly appreciated. I do have this working in an extra script (using the -o flag) but wish to use the template scheme if possible. So not exactly a critical issue.
Thanks.
The text was updated successfully, but these errors were encountered: