pywal is working in st terminal
In st terminal,
printf "%b" "\033]11;#ff0000\007" may not work but pywal does work.
If I run:
xrdb -remove *
printf "%b" "\033]11;#ff0000\007"
The terminal background does NOT turn red.
Nevertheless, running:
wal -i /path/to/image.jpg
Does change my terminal theme as expected.
Should we remove that pywal does not work with st from the README?
Can confirm
Right now, st and other terminals aren't mentioned in the README. If you mean the Installation wiki page - anyone can edit that, right?
There are still problems. For example my st loses the new pywal colors after focus is lost. After some research I'm quite certain that the problem is in the exit codes that pywal uses which st doesn't support.
There are still problems. For example my st loses the new pywal colors after focus is lost. After some research I'm quite certain that the problem is in the exit codes that pywal uses which st doesn't support.
Excuse me, did you manage to find a workaround for this?
There are still problems. For example my st loses the new pywal colors after focus is lost. After some research I'm quite certain that the problem is in the exit codes that pywal uses which st doesn't support.
Did you guys resolve the issue? Please the share the solution.