Skip to content
Fernando Vásquez edited this page Feb 11, 2019 · 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] [--version] [-a A [A ...]] [-d D [D ...]] [-t] [-s S [S ...]]
           [-l] [-n] [-m] [-c] [-z Z [Z ...]] [-A A [A ...]] [-r] [-L]
           [--theme [THEME]] [-T] [-i I I] [-o O [O ...]] [-R R [R ...]]
           [--link LINK LINK] [--sat SAT SAT] [--brt BRT BRT]
           [--backend [BACKEND]] [--alpha ALPHA] [--preview]
           [--update UPDATE [UPDATE ...]]

optional arguments:
  -h, --help            show this help message and exit
  --version             print the current version
  -a A [A ...]          add a wallpaper and generate a colorscheme
  -d D [D ...]          delete the wallpaper(s) from wallpaper folder
  -t                    add, remove and list templates instead of themes
  -s S [S ...]          set the wallpaper and/or colorscheme
  -l                    see which wallpapers are available
  -n                    avoid setting a wallpaper
  -m                    pick a random wallpaper/colorscheme
  -c                    shows the current wallpaper
  -z Z [Z ...]          shuffles the given colorscheme(s)
  -A A [A ...]          auto-adjusts the given colorscheme(s)
  -r                    restore the wallpaper and colorscheme
  -L, --light           temporarily enable light themes
  --theme [THEME]       list included pywal themes or replace your current
                        colorscheme with a selection of your own
  -T                    assign a pywal theme to specific wallpaper instead of
                        a json file
  -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]
  -R R [R ...]          reset template(s) to their original colors
  --link LINK LINK      link config file to template backup [.base, config]
  --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
  --alpha ALPHA         set a one time alpha value
  --preview             preview your current colorscheme
  --update UPDATE [UPDATE ...]
                        update template(s) of your choice to the new format
Clone this wiki locally