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 has been archived by the owner on Apr 26, 2024. It is now read-only.
If I run wal with wal -i path/to/symlink the colors aren't regenerated, if a cached color scheme for that symlink already exists in ~/.cache/wal/schemes, even if the symlink changes destinations. I haven't tried it out, but I think the same thing probably also holds true, if a normal image would be switched out but would keep it's name. So the issue isn't necessarily symbolic links, but rather that wal doesn't detect, if the underlying image has changed.
I think there are two possible solutions for that problem:
add an argument to wal, which forces wal to ignore the cache and always regenerate the color scheme
add a checksum of the image file to the cached json scheme, which if different also forces the regeneration of the color scheme
The text was updated successfully, but these errors were encountered:
If I run wal with
wal -i path/to/symlink
the colors aren't regenerated, if a cached color scheme for that symlink already exists in~/.cache/wal/schemes
, even if the symlink changes destinations. I haven't tried it out, but I think the same thing probably also holds true, if a normal image would be switched out but would keep it's name. So the issue isn't necessarily symbolic links, but rather that wal doesn't detect, if the underlying image has changed.I think there are two possible solutions for that problem:
The text was updated successfully, but these errors were encountered: