Skip to content

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

License

Notifications You must be signed in to change notification settings

tomakado/blider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

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

Usage

./blider

or

./blider --config=<config_path>
./blider -h  
Usage of ./blider:
  -config string
    	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.

{
  "local_storage_path": "/home/<username>/.blider/images", 
  "local_storage_limit": 100,
  "db_path": "/home/<username>/.blider/blider.sqlite",
  "max_fetch_pages": 10
}

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages