https://github.com/foxboron/archur
Arch Linux wallpaper generator
https://github.com/foxboron/archur
Last synced: about 1 year ago
JSON representation
Arch Linux wallpaper generator
- Host: GitHub
- URL: https://github.com/foxboron/archur
- Owner: Foxboron
- License: mit
- Created: 2016-04-25T22:57:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-08T16:21:01.000Z (over 7 years ago)
- Last Synced: 2025-03-28T06:23:44.047Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 92.8 KB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Archur
======
Generates random arch wallpapers from a text file!
Based on [this reddit
thread](https://www.reddit.com/r/archlinux/comments/4gc2lw/some_arch_wallpapers_i_made/)
Depends on pillow
```
λ » archur -h
usage: archur.py [-h] -o OUTPUT [-t THEME] [--text TEXT] [-r RESOLUTION]
[-fg FOREGROUND_COLOR] [-bg BACKGROUND_COLOR]
Generate random Arch wallpaper
optional arguments:
-h, --help show this help message and exit
-o OUTPUT, --output OUTPUT
Output file name
-t THEME, --theme THEME
The theme to use, else random. 'black' or 'solarized'
--text TEXT Text on the picture, or random
-r RESOLUTION, --resolution RESOLUTION
Sets the resolution of the image. Example: 1920x1080
-fg FOREGROUND_COLOR, --foreground-color FOREGROUND_COLOR
Color for the text and the logo.
-bg BACKGROUND_COLOR, --background-color BACKGROUND_COLOR
Color for the background.
```