You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please add command option in config file for background programs just like bar(panel)
So other programs like wbg and other live wallpaper programs can be used
thanks ,
The text was updated successfully, but these errors were encountered:
Hi @deepaknegilachu, do you know if any other compositors support a command option like this? I'm not sure what would be the best design choice so examples would be good to compare.
Clearly vivarium should have some way of running arbitrary scripts once it's initialised, I hadn't though about that before as I don't have any to run. I'll consider it, but I can't promise to add the feature myself any time soon. A pull request would be welcome though, although if anyone is considering it I'd recommend posting the general idea here first before committing to it to check the design.
Hi.
No, all the compositor i tried doesn't provide any wallpaper specific command instead they have their own autostart function
example:-
river has:- riverctl spawn "wbg ~/.local/share/bg.png"
riverctl spawn "wlsunset -l 30 -L 67 -t 2400"
riverctl spawn "foot --server"
sway:- exec wbg ~/.local/share/bg.png
hyprland:- exec mpvpaper '*' /path/to/video
which gives freedom to use any program, but in vivarium swaybg is hardcoded .
Please add command option in config file for background programs just like bar(panel)
So other programs like wbg and other live wallpaper programs can be used
thanks ,
The text was updated successfully, but these errors were encountered: