Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keystroke3/redpaper
A tool to download and set desktop wallpapers from Reddit
https://github.com/keystroke3/redpaper
desktop linux looks personalization python python3 reddit style theme themeing wallpaper
Last synced: 7 days ago
JSON representation
A tool to download and set desktop wallpapers from Reddit
- Host: GitHub
- URL: https://github.com/keystroke3/redpaper
- Owner: keystroke3
- License: gpl-3.0
- Created: 2019-04-06T09:24:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T10:40:04.000Z (6 months ago)
- Last Synced: 2024-12-07T18:11:52.568Z (15 days ago)
- Topics: desktop, linux, looks, personalization, python, python3, reddit, style, theme, themeing, wallpaper
- Language: Python
- Homepage:
- Size: 352 KB
- Stars: 68
- Watchers: 4
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redpaper
## Overview
Redpaper is a simple tool that is used to download and set new wallpapers.
It gets the images from reddit.com.If you frequently search for, download and set wallpapers, or like to give you system
a new look, you this tool is for you. When you want to change the wallpaper, you simply
run Redpaper's download tool and it will scout Reddit for the best wallpaper of the
day and download them. You can then change the wallpaper using it.![Main Menu](https://raw.githubusercontent.com/keystroke3/redpaper/master/screenshots/neo-redpaper.png)
## Installation
If you are running Arch or Arch-based distro, you can install from aur:
`yay -S redpaper-git`Redpaper only works on Linux systems at the moment, therefor only people running Linux
can use it.
### Dependencies
* Python 3.6 or later
* Python3-pip
* Requests
* Pillow
* PyGObject
* [xwallpaper](https://github.com/stoeckmann/xwallpaper) (only if you use tiling window managers)Python3 should come by default on a Linux system, but if you are not sure if it is installed,
you can run `python3` in your terminal. If you get no errors, then you can proceed. If you
get an error, you should visit python.org to get it.
Pip comes by default with Python. If for some reason you don't have it, you can run:
```curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py```
and then
```python get-pip.py```
The other dependencies will be automatically installed.
### Procedure
When the first two dependencies have been met, you can run the following command to do the install:
```git clone https://github.com/keystroke3/redpaper.git && cd redpaper && sudo sh install.sh```#### Tiling window managers
If you are running a tiling window manager like i3, bspwm etc.. you will need to add this to your
autostart files e.g. ~/.config/bspwm/bspwmrc if you are using bspwm:
```$HOME/.redpaper/wallapaper.sh```
This line makes sure that the wallpaper you set will persist after logging in.
## Usage
To use, simply run `redpaper` in the terminal.
Once the installation is complete, you can use Redpaper in two ways, with command mode and with
and with interactive shell.### Interactive mode (TUI)
You can also run redpaper in interactive mode, that does not involve typing commands.
To actaivate this mode, simply run redpaper without any arguments to bring it up.### Command Line Mode (CLI)
You can run the redpaper command with arguments to perform tasks. You can also pass a file name, folder name or list of folder names that contain images, in the form `redpaper FILE` `redpaper FOLDER1, FOLDER2...`
The list of arguments can be
listed by running `redpaper -h` or `redpaper --help`## Options
| flag | name | Descritpion
|-|-|-|
| -d | --download | Downloads new wallpapers
| -c | --change | sets the next image in list as wallapper. Sets the first one in the list after a the list has been updated or at EOL
| -b | --back | Sets the previous image in the list as wallpaper
| -a | --all | Download new wallpapers and set the first one
| -l | --limit LIMIT | Number of wallpapers to look for. This is *not* the number of file that will be downloaded. A check is done to make sure the images are 16:9 aspect ratio or close to it. Default = 5
| -p | --path PATH | Sets the download location for new wallpapers.
| -i | --image IMAGE | Sets a specified image as wallpaper.
| -r | --sub STRING |Sets a user specified subreddit(s) as source
| -f | --folder [FOLDER ...] | Uses images stored in the specified folder. Multiple folders can be added
| -s | --settings | change settings permanently. Use this in combination with other modifier flags to make them modifications permanent. E.g. `redpaper -sl 10` will set the look up limit to 10.
Keep in mind that settings will be ignored when the alternative value is passed as an argument in command mode.
The behavior of the program can be slightly modified by the user. Currently, there are only
a few changes that can be made. The settings are:## Contributions
All input and contibutions are welcome. If you have a feature you want, you can ask for it in the issues tab. If you can help improve the code and add the feature, then fork the repo and create a pull request.[Leagal stuff](https://github.com/keystroke3/redpaper/blob/master/LEAGAL.md)