Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions