Skip to content
Fernando Vásquez edited this page May 6, 2018 · 21 revisions

Welcome to the wpgtk wiki!

[Installation] [Colorschemes] [Templates] [Configuration] [Custom Keywords]

wpgtk main screen

General Usage

For almost every action there's two ways to execute it, via CLI and via GUI, both ways will be presented in this basic howto's. Executing just wpg will open up the GUI.

usage: wpg [-h] [-a A [A ...]] [-d D [D ...]] [-s S [S ...]] [-m] [-l] [-n]
           [-r] [--version] [-c] [-L] [-T] [-t] [-x] [-z Z [Z ...]]
           [-A A [A ...]] [-i I I] [-o O [O ...]] [-y Y [Y ...]]
           [--sat SAT SAT] [--brt BRT BRT] [--backend [BACKEND]]
           [--pywal [PYWAL]]

optional arguments:
  -h, --help           show this help message and exit
  -a A [A ...]         add a wallpaper and generate a colorscheme
  -d D [D ...]         delete the wallpaper(s) from wallpaper folder
  -s S [S ...]         set the wallpaper and/or colorscheme
  -m                   pick a random wallpaper/colorscheme
  -l                   see which wallpapers are available
  -n                   don't change wallpaper
  -r                   restore the wallpaper and colorscheme
  --version            print the current version
  -c                   shows the current wallpaper
  -L, --light          temporarily enable light themes
  -T                   assign a pywal theme to specific wallpaper instead of a
                       json file
  -t                   send color sequences to all terminals (deprecated)
  -x                   add, remove and list templates instead of themes
  -z Z [Z ...]         shuffles the given colorscheme(s)
  -A A [A ...]         auto-adjusts the given colorscheme(s)
  -i I I               import a theme in json format and asign to wallpaper
                       [wallpaper, json]
  -o O [O ...]         export a theme in json format [wallpaper, json]
  -y Y [Y ...]         link config file to template backup[config, basefile]
  --sat SAT SAT        add or substract the saturation of a colorscheme
                       [colorscheme, sat] (0, 1)
  --brt BRT BRT        add or substract the brightness of a colorscheme
                       [colorscheme, brt] (0, 255)
  --backend [BACKEND]  select a temporary backend
  --pywal [PYWAL]      list included pywal themes or replace your current
                       colorscheme with a selection of your own
Clone this wiki locally