https://github.com/eliah-w/1337walls-roulette
1337walls Roulette automatically downloads a random wallpaper from (http://1337walls.w8l.org/), blurs the image (optional) and sets it as your wallpaper.
https://github.com/eliah-w/1337walls-roulette
blurs feh nitrogen python wallpaper wallpaper-roulette
Last synced: 8 months ago
JSON representation
1337walls Roulette automatically downloads a random wallpaper from (http://1337walls.w8l.org/), blurs the image (optional) and sets it as your wallpaper.
- Host: GitHub
- URL: https://github.com/eliah-w/1337walls-roulette
- Owner: eliah-w
- License: gpl-3.0
- Created: 2014-07-23T00:43:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T00:38:59.000Z (over 11 years ago)
- Last Synced: 2025-10-06T04:41:46.511Z (8 months ago)
- Topics: blurs, feh, nitrogen, python, wallpaper, wallpaper-roulette
- Language: Python
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
1337walls Roulette
==================
1337walls Roulette automatically downloads a random wallpaper from [1337walls](http://1337walls.w8l.org/), blurs
the image (optional) and sets it as your wallpaper.
This is intended for WM's like Openbox and uses nitrogen to set the desktop wallpaper!
Installation
------------
Dependencies:
[nitrogen](https://wiki.archlinux.org/index.php/nitrogen)
OR
[Feh](https://wiki.archlinux.org/index.php/feh)
Install 1337walls_roulette:
pip install git+https://github.com/vanita5/1337walls-roulette
Usage
-----
Just run the following command. Your background should change!
1337walls_roulette
Options:
--version Display version
-b, --blur Blur the wallpaper
-r, --resolution 270p, 720p or 1080p
-v, --verbose Verbose output
--debug Even more output, for debug purposes
--use-feh Use feh to set your wallpaper instead of nitrogen (standard)
You can run this script on startup or setup a cronjob to update your background image automatically
after a period of time.
License
-------
/*
* 1337walls Roulette
*
* Copyright (C) 2014 vanita5
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/

GNU General Public License