From b954086f5135ed951c1267be49bf52dd03bc6688 Mon Sep 17 00:00:00 2001 From: Emma Nora Theuer Date: Wed, 1 Jan 2025 20:47:23 +0100 Subject: [PATCH] Add edge case documentation. --- README.org | 1 + 1 file changed, 1 insertion(+) diff --git a/README.org b/README.org index 8d4a671..30d7611 100644 --- a/README.org +++ b/README.org @@ -108,6 +108,7 @@ 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