Skip to content

Smart sort, and all pywal templates!

Compare
Choose a tag to compare
@deviantfero deviantfero released this 01 Sep 07:44
· 296 commits to master since this release
c8db13a

Smart sort added!

what does this mean? greenest color will always go where green goes, yellowest where yellow goes and so on, this is done according to the standard terminal colors order, which is the following:

black, red, green, yellow, blue, magenta, cyan, white

when you use auto-adjust, the colors will also be sorted in this fashion, if you want to disable this functionality you can do so via the smart_sort setting in the configuration file, you can also disable that from the GUI.

Other changes include:

  • Folder structure changed
# new layout
.config/wpg
├── formats
├── samples
├── schemes
├── sequences
├── templates
├── wallpapers
├── wpg.conf
└── wp_init.sh
  • in formats, all templates supported by pywal will be exported for the current wallpaper, yes this includes user defined pywal templates
  • as always you can also use your own wpgtk templates too
  • more documentation in general
  • new option in config file alpha to set transparency value for urxvt.
  • a great speed boost when changing themes, icon colors are now changed asynchronously