You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we keep a little bit of state, we can ensure that a new background is provided each day.
Maybe this can be a config, like ensure_fresh=1.
This would work by appending image URLS to a ~/.reddit-background.log file. The file would behave like a circular buffer of size 100, and would prune itself after each run.
The default for ensure_fresh should probably be true.
The text was updated successfully, but these errors were encountered:
If we keep a little bit of state, we can ensure that a new background is provided each day.
Maybe this can be a config, like
ensure_fresh=1
.This would work by appending image URLS to a
~/.reddit-background.log
file. The file would behave like a circular buffer of size 100, and would prune itself after each run.The default for
ensure_fresh
should probably be true.The text was updated successfully, but these errors were encountered: