dylanaraps / pywal

🎨 Generate and change color-schemes on the fly.
MIT License
8.23k stars 313 forks source link

Backslashes #608

Open AnnanKhan opened 3 years ago

AnnanKhan commented 3 years ago

wal

backslashes before sequences causes problems when adding colors to bashrc with (cat ~/.cache/wal/sequences &)

chi-tabby-io commented 2 years ago

I am having something similar happening (I'll post a separate issue) where the following sequence is printed on the same line as [I] sequences... : ESC]708;#0f040eESC.

Looking through the source code (and the linked RXVT reference) pywal concatenates the sequences to the psuedo-terminals in /dev/pts (given only the -i switch). Doing so updates every open terminal on the fly. In my case, though, xterm isn't interpreting the sequence commands correctly, so the last command just gets printed to the terminal rather than used to update the color of the border.

All this being said, have you checked the sequences file to see what the last entry is? Screenshot from 2021-10-24 22-57-02