Daily-Reddit-Wallpaper icon indicating copy to clipboard operation
Daily-Reddit-Wallpaper copied to clipboard

Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup

Results 17 Daily-Reddit-Wallpaper issues
Sort by recently updated
recently updated
newest added

default["nsfw"] = "False" evaluates to True, "" evaluates to False. The default value for nsfw should be False.

As far as I can tell the MacOS Code should stay the same because of the desktop Number specification in the MacOS Code, that is not used in libdesktop. It...

There is a library, [libdesktop](https://github.com/bharadwaj-raju/libdesktop), that you can use to ease development, maintenance and add support for more platforms. Install: ``` pip install libdesktop ``` And then it's just: ```...

So i am working on a pretty similar thing: https://github.com/NIT-dgp/UIP and i notice you have a pretty good way to change wallpapers in a cross-platform way, would you be interested...

At lines 169-170, if a suitable image isn't found, the script crashes, since nothing is returned from the get_top_image function in that case. Here's the error message: ``` Traceback (most...

I guess we can all agree that a full hd wallpaper won't look good on a normal laptop, it's better to get first matching wallpaper with local resolution or at...

i3, awesome and similar desktop users usually use `feh` to set background for desktop. Adding a fallback option to `feh` easily adds support for this desktops.