项目作者: tomakado

项目描述 :
*WIP* Tool for scheduled background wallpaper changing in KDE Plasma. Now uses pictures from simpledesktops.com
高级语言: Go
项目地址: git://github.com/tomakado/blider.git
创建时间: 2020-01-19T16:54:49Z
项目社区:https://github.com/tomakado/blider

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

下载


Blider

Tool for scheduled background wallpaper changing in KDE Plasma and GNOME. Now uses pictures from simpledesktops.com

Installation

Blider requires Go 1.12+ to build.

```shell script
git clone https://github.com/ildarkarymoff/blider
cd blider
go build

  1. ## Usage
  2. ```shell script
  3. ./blider

or

```shell script
./blider —config=

  1. ```shell script
  2. ./blider -h
  3. Usage of ./blider:
  4. -config string
  5. path to JSON file with configuration (default "$HOME/.blider/config.json")

Configuration

Blider can be configured with passed JSON config file. By default it’s located in $HOME/.blider/config.json, but you can pass file in other location by specifying config argument.

  1. {
  2. "local_storage_path": "/home/<username>/.blider/images",
  3. "local_storage_limit": 100,
  4. "db_path": "/home/<username>/.blider/blider.sqlite",
  5. "max_fetch_pages": 10
  6. }

Project status

Blider now is alpha and contains some ugly pieces of code. Also code is not properly covered by unit tests.

You can track roadmap and current state of project on Trello board.