From d1d0f79d975c5340950e90b39ab7baa47b1965aa Mon Sep 17 00:00:00 2001 From: Sebastian Alejandro Date: Wed, 16 Oct 2019 01:22:50 -0400 Subject: [PATCH] wal: add page (#3381) --- pages/common/wal.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/wal.md diff --git a/pages/common/wal.md b/pages/common/wal.md new file mode 100644 index 0000000000..8630c82346 --- /dev/null +++ b/pages/common/wal.md @@ -0,0 +1,28 @@ +# wal + +> A tool to create color schemes based on the dominant colors of a wallpaper. +> More information: . + +- Preview color scheme: + +`wal --preview {{image.png}}` + +- Create color scheme: + +`wal -i {{image.png}}` + +- Create a light color scheme: + +`wal -il {{image.png}}` + +- Skip setting the desktop wallpaper: + +`wal -in {{image.png}}` + +- Skip setting the terminal colors: + +`wal -is {{image.png}}` + +- Restore the previously generated color scheme and wallpaper: + +`wal -R`