Remove outdated note.

This commit is contained in:
Emma Nora Theuer 2025-01-26 23:32:31 +01:00
parent 7adaf591d0
commit a69cd54763

View file

@ -63,7 +63,7 @@ sudo chmod 733 /var/log/wallman
mkdir -p ~/.config/wallman
cp sample_config.toml ~/.config/wallman/wallman.toml
sudo mkdir -p /etc/wallman/
cp -R icons/ /etc/wallman/
sudo cp -R icons/ /etc/wallman/
sudo cp src/wallman.py /usr/bin/wallman
sudo cp src/wallman_lib.py /usr/bin/wallman_lib.py
sudo cp src/wallman_systray.py /usr/bin/wallman_systray.py
@ -108,7 +108,6 @@ The changing_times dictionary is used to specify the times of the day when your
*** The other dictionaries
The other dictionaries must always have the names of the wallpaper sets from used_sets. If you have one wallpaper set, you need one additional dictionary, if you have two you need two etc. The standard config uses nature and anime, these names can be whatever you please as long as they are the same as the ones specified in used_sets.
The keys in the dictionary once again do not matter, the names of the keys in each dictionary must be strings and be absolute paths. They should not include spaces unless prefaced by a backslash.
*/NOTE/*: No wallpaper set should ever be called ~fFTojkvCLIkGVlC6vUo4701djCZczmJDiyHKj4Qdj0zwkLyETsPxP88DLmY9In0I~. A wallpaper set with this name can never be chosen. If you only have one set and it is called this, it will result in an endless loop of rerolling a random wallpaper set. This should not matter to anyone, as this would be a supremely weird way to call your wallpaper set (I recommend more descriptive names), and this exact string is incredibly unlikely to appear in a random character generator, but you have been warned.
* TODOs