From a69cd54763f4129e55c755ab356fe814eb4abc30 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Sun, 26 Jan 2025 23:32:31 +0100 Subject: [PATCH] Remove outdated note. --- README.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.org b/README.org index ddbc38c..d99cd1e 100644 --- a/README.org +++ b/README.org @@ -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