dylanaraps / pywal

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

xrdb colors not being set by wal -r in xinitrc #625

Open davidfstein opened 2 years ago

davidfstein commented 2 years ago

Pywal is working well when I login and run wal -R. However, I'm having trouble getting it to work automatically on startx. I have wal -R in my xinitrc, however, things like polybar which trys to set colors from xrdb are not receiving the wal colors and instead are using the fallback colors. Similarly, my wallpaper is not being set (feh is installed).

.xinitrc

wal -R &

xset +fp /home/david/.local/share/fonts
xset fp rehash

picom -b

exec /usr/bin/i3

I'm running ubuntu 20.04 on a dell XPS 9500

arcmags commented 2 years ago

Try not sending wal to the background: wal -R not wal -R &.