WillPower3309 / swayblur

Basic i3ipc based script to blur an output's wallpaper when a client is present in it
https://pypi.org/project/swayblur/
MIT License
15 stars 4 forks source link

Unable to connect to oguri socket: No such file or directory #5

Open I60R opened 2 years ago

I60R commented 2 years ago

This is displayed when spawning swayblur when oguri daemon isn't run. Maybe it would be better to spawn a new instance instead of printing the error?

Also, it seems that currently oguri conflicts with swaybg and it's a bit of a puzzle to figure this out, especially if the latter is launched through setting wallpaper in sway config. Although, it's not directly related to swayblur it could be handled here (by killing swaybg process) until it gets fixed upstream

WillPower3309 commented 2 years ago

I'll add a section to this in the readme, but instead of having the line in your sway config setting the wallpaper it expects you to start the oguri daemon. I'll make that more clear and spawn an instance instead though