From d58be17de1a8aadf8930bbca657c82d6b71a229a Mon Sep 17 00:00:00 2001 From: Pecha Date: Fri, 11 Oct 2019 18:23:52 +1000 Subject: [PATCH] updated usage: wal [-h] [-a "alpha"] [-b background] [--backend [backend]] [--theme [/path/to/file or theme_name]] [--iterative] [--saturate 0.0-1.0] [--preview] [--vte] [-c] [-i "/path/to/img.jpg"] [-l] [-n] [-o "script_name"] [-q] [-r] [-R] [-s] [-t] [-v] [-e] wal - Generate colorschemes on the fly optional arguments: -h, --help show this help message and exit -a "alpha" Set terminal background transparency. *Only works in URxvt* -b background Custom background color to use. --backend [backend] Which color backend to use. Use 'wal --backend' to list backends. --theme [/path/to/file or theme_name], -f [/path/to/file or theme_name] Which colorscheme file to use. Use 'wal --theme' to list builtin themes. --iterative When pywal is given a directory as input and this flag is used: Go through the images in order instead of shuffled. --saturate 0.0-1.0 Set the color saturation. --preview Print the current color palette. --vte Fix text-artifacts printed in VTE terminals. -c Delete all cached colorschemes. -i "/path/to/img.jpg" Which image or directory to use. -l Generate a light colorscheme. -n Skip setting the wallpaper. -o "script_name" External script to run after "wal". -q Quiet mode, don't print anything. -r 'wal -r' is deprecated: Use (cat ~/.cache/wal/sequences &) instead. -R Restore previous colorscheme. -s Skip changing colors in terminals. -t Skip changing colors in tty. -v Print "wal" version. -e Skip reloading gtk/xrdb/i3/sway/polybar to match that present in PechaScripts --- wal | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wal b/wal index 430e9c2..f2262d6 100644 --- a/wal +++ b/wal @@ -1,5 +1,8 @@ #!/bin/bash # this wrapper should go in your /usr/local/bin or higher in order to supercede the default "wal" command. /usr/bin/wal "$@" -# genzathurarc (this is for further integration with this: https://github.com/GideonWolfe/Zathura-Pywal/blob/master/genzathurarc) viscolourchanger + +#### FURTHER wal-linked commands I have written (available at https://git.lynnesbian.space/petra-fied/PechaScripts) +dunst.sh +genzathurarc \ No newline at end of file