We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the application is a nice tools but is lacking a way to restore the configuration or/and there's a bug.
I checked all the parameters that the application allows since I could found way to "preserve" I decide to run
quickwall --search anime --setter feh --level DEBUG [main] args passed: Namespace(clear_cache=False, setter='feh', disable_blacklist=False, disable_theme=False, remove_id=None, dir=None, id=None, random=False, search='anime', migrate=False, set_lockscreen=False, level='DEBUG', list_level=False) [Wall] Adding search term [anime] to URL [Setter] Using feh as wallpaper setter [feh] '/home/rkmax/.cache/QuickWall/Hxu9Q0V-ohc.jpg' [main] Getting the wallpapers using Unsplash API... [Wall] Found: 30 papers [SetPaper] Saving images to /home/rkmax/.cache/QuickWall [blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc'] [SetPaper] Found in blacklisted ones [blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc'] [SetPaper] Found in blacklisted ones [blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc'] [SetPaper] a snow covered mountain under a night sky by Alain Bonnardeaux Size: 8 MB Saving as: /home/rkmax/.cache/QuickWall/6V9YVAnHTJc.jpg 8 MB | 17 Mb/s || ETA: 0 s |----------------------------------------| 100%[wal] /home/rkmax/.cache/QuickWall/6V9YVAnHTJc.jpg
I Assume that 6V9YVAnHTJc is the ID
6V9YVAnHTJc
I run again quickwall --search anime --setter feh --level DEBUG to change the wallpaper
quickwall --search anime --setter feh --level DEBUG
and now run
quickwall --id 6V9YVAnHTJc --setter feh --level DEBUG [main] args passed: Namespace(clear_cache=False, setter='feh', disable_blacklist=False, disable_theme=False, remove_id=None, dir=None, id='6V9YVAnHTJc', random=False, search=None, migrate=False, set_lockscreen=False, level='DEBUG', list_level=False) [Wall] Adding ID to URL [Setter] Using feh as wallpaper setter [feh] '/home/rkmax/.cache/QuickWall/6V9YVAnHTJc.jpg' [main] Getting the wallpapers using Unsplash API... [Wall] Found: 1 papers [SetPaper] Saving images to /home/rkmax/.cache/QuickWall [blacklist] ['bkjMDE3qdYE', 'mfb_evGFm78', 'sn9A10W1Lmk', 'UnfxhYIgHmc', 'PQekXBVXrlM', 'L2g7tEEAwV4', 'cYLwuQrTYYI', 'ljEXet84nL8', 'h13iaGlFOvs', 'F6G3RtH_Woo', 'Hxu9Q0V-ohc', '6V9YVAnHTJc'] [SetPaper] Found in blacklisted ones
and nothing happens
it looks like anything that is in the cache will not be used again
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the application is a nice tools but is lacking a way to restore the configuration or/and there's a bug.
I checked all the parameters that the application allows since I could found way to "preserve" I decide to run
I Assume that
6V9YVAnHTJc
is the IDI run again
quickwall --search anime --setter feh --level DEBUG
to change the wallpaperand now run
and nothing happens
it looks like anything that is in the cache will not be used again
The text was updated successfully, but these errors were encountered: