Pywal conflicts with polybar and picom?: #713
Description
Persistent Issue with pywal and polybar.
Hello! I've been trying to fix this issue for a very long time. I seem to be having conflict between pywal and polybar on startup wherein if I include the command to start up pywal in my i3 config file, polybar appears to not be executed on launch. I've tried a myriad of placements of these commands in my i3 config file where I execute polybar before pywal and vice versa. However, no matter how it seems I am starting up pywal with either -i or -R, it always leads to polybar not being run on startup. Once the computer itself has started up and I execute 'polybar bar' or I simply restart i3 from the cli, my polybar appears. It is just that on startup it seems I can't get both to work together. Moreover, pywal seems to make my compositor glitchy on startup but that's a separate issue which again seems to resolve when I just restart i3. I was wondering how this could be resolved as it only seems when I run wal -R in my i3 config (rather than my .xinitrc) does it actually run on startup.
This is the area of code that seems to cause this in my i3 config file:
#Polybar
exec_always --no-startup-id $HOME/.config/polybar/launch.sh &
#enable the picom compositor
exec_always --no-startup-id picom -b
#pywal colorscheme and wallpaper
exec_always --no-startup-id wal -R
Thanks!