项目作者: vanita5

项目描述 :
1337walls Roulette automatically downloads a random wallpaper from (http://1337walls.w8l.org/), blurs the image (optional) and sets it as your wallpaper.
高级语言: Python
项目地址: git://github.com/vanita5/1337walls-roulette.git
创建时间: 2014-07-23T00:43:12Z
项目社区:https://github.com/vanita5/1337walls-roulette

开源协议:GNU General Public License v3.0

下载


1337walls Roulette

1337walls Roulette automatically downloads a random wallpaper from 1337walls, 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
OR
Feh

Install 1337walls_roulette:

  1. pip install git+https://github.com/vanita5/1337walls-roulette

Usage

Just run the following command. Your background should change!

  1. 1337walls_roulette

Options:

  1. --version Display version
  2. -b, --blur Blur the wallpaper
  3. -r, --resolution 270p, 720p or 1080p
  4. -v, --verbose Verbose output
  5. --debug Even more output, for debug purposes
  6. --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

  1. /*
  2. * 1337walls Roulette
  3. *
  4. * Copyright (C) 2014 vanita5 <mail@vanita5.de>
  5. *
  6. * This program is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * This program is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with this program. If not, see <http://www.gnu.org/licenses></http:>.
  18. */


GNU General Public License