Closed williambcra closed 6 years ago
In the next version wal -r
has been replaced by (cat ~/.cache/wal/sequences &)
which is instant and bypasses the slow startup time of python.
@Zyrophr Did you fix the issue with ncmpcpp not using the correct theme?
Still slow startup time with kitty
Hi! I've been using pywal since a while now, and today after I tried to set a binding key which will execute pywal, I've been having some strange bugs. I'm using i3-gaps, Tilix/urxvt/Terminator and bash/oh-my-zsh on Fedora 26.
Now, my i3 config for focused colors won't even work anymore like it did yesterday :
set $unfocused_border ${xrdb:color2} set $focused_border ${xrdb:color7}
And even more strange, my terminal is taking a long time to apply the theme by wal. I'm using
(wal -t -r &)
It wasn't doing this this morning, and I can't find any solution anywhere. It does it on every terminal / bash I have!
Any idea for a fix?
thanks!