lake
set of wallpapers. See the binary section for more information.cargo install flowy
.flowy -d
or flowy --dir
to set the path to the wallpaper directory.flowy --preset lake
or flowy -p lake
. This downloads the Lakeside wallpapers made by Louis Coyle. They can also be found here.systemd
service so it listens in the background. The Debian package does this automatically for you.systemd
service. During installation, flowy will ask you your directory.systemctl --user start flowy.service
to run the application./etc/systemd/user
and change the directory in that file.paper-01.jpg, paper-02.jpg...
.By default, flowy evenly sets the wallpaper change time based on the number of wallpapers there are. In case you would like to modify these times, it can be done so by editing the config.toml
file found in the config directory. You need to comment the flowy::generate_config
function call in main.rs
and then build it after modifying the config file.
The location of the config directory depends on your operating system:
~/.config/flowy
on Linux
/Users/Alice/Library/Preferences/flowy
on macOSTODO * GUI * Match the stars given the location * Add support for other platforms, both UNIX and Windows. * Refactor OS related code to another file