Crates.io | flowy |
lib.rs | flowy |
version | 0.4.0 |
source | src |
created_at | 2020-07-03 14:16:37.194669 |
updated_at | 2021-02-16 23:16:45.550402 |
description | Dynamic desktop wallpaper changer |
homepage | https://github.com/vineetred/flowy |
repository | https://github.com/vineetred/flowy |
max_upload_size | |
id | 261029 |
size | 57,730 |
lake
set of wallpapers. See the binary section for more information.cargo install flowy
.flowy -d
or flowy --dir \path\to\wallpapers
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. Checkout the 'Systemd Automation' section for more details.flowy.service
and place it in /etc/systemd/user
[Unit]
Description=flowy
[Service]
Environment=XDG_CURRENT_DESKTOP=<value>
ExecStart=<command>
[Install]
WantedBy=multi-user.target
<value>
with the value of your current Desktop Environment and replace the variable <command>
with whatever mode you would flowy to run in (you should ignore the phrase flowy
while setting the variable <command>
).echo $XDG_CURRENT_DESKTOP
.systemctl --user start flowy.service
.systemctl --user status flowy.service
.paper-01.jpg, paper-02.jpg...
.flowy --solar /path/to/dir lat lon
and passing flowy the path to the wallpapers, latitiude, and longitude of your location.DAY
or NIGHT
tags within the wallpaper names. This is done so that flowy knows which wallpapers to show during the day and which wallpapers to show during the night. The normal sequential numbering rules mentioned in the Wallpapers directory
subsections still apply.DAY-01.jpg, DAY-02.jpg, NIGHT-03.jpg, NIGHT-04.jpg,...
.--dir
).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 LinuxC:\User\Alice\AppData\Roaming\flowy
on Windows (Windows is not supported ATM)/Users/Alice/Library/Preferences/flowy
on macOSTODO