Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No wallpaper in Sway 1.7 #4

Closed
Mrfiregem opened this issue Feb 4, 2022 · 3 comments
Closed

No wallpaper in Sway 1.7 #4

Mrfiregem opened this issue Feb 4, 2022 · 3 comments

Comments

@Mrfiregem
Copy link

Running the program in Sway using

  • exec wpaperd in config
  • swaymsg exec wpaperd
  • wpaperd

fails to display any change to the wallpaper, though the program still runs in the background.

Originally part of #3.

@danyspin97
Copy link
Owner

Thank you for the bug report! I have added some logging in the latest commits, can you please compile from the source and run:

$ pkill wpaperd
$ RUST_LOG=trace ./target/release/wpaperd

It should create a log in ~/.local/state/wpaperd which will be useful for debugging this issue.

@Mrfiregem
Copy link
Author

The problem was between the monitor and chair 😆. When I copied over the default config file after installing sway, I left the line that set the default background. Thought it would be overridden since the line starting wpaperd was below it, but I guess not.

output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
exec wpaperd

@danyspin97
Copy link
Owner

I am glad that it worked fine! I will add a warning about removing output * bg and killing swaybg that might be running in the background.

@samhh samhh mentioned this issue Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants