.TH WALRS 1 "June 2025" "Version 1.1.4" "User Commands"
.SH NAME
walrs \- Fast Rust-based wallpaper and colorscheme generator
.SH SYNOPSIS
.B walrs
[\-i <image|directory>] [\-b <value>] [\-s <value>]
[\-r | \-R] [\-t <theme>] [\-g <theme_name>] [\-S] [\-W] [\-q] [\-v]
.SH DESCRIPTION
.B walrs
is a command-line utility that generates a color scheme from the dominant colors in an image. This palette can then be applied system-wide and on the fly in various programs.
.SH OPTIONS
.TP
.B \-i, \-\-image <image|directory>
Path to image or directory. Generate colorscheme from specified image or a random image in the directory.
.TP
.B \-r, \-\-reload
Reload without changing the wallpaper.
.TP
.B \-R, \-\-reload\-no
Will be removed in the next update; use \-w instead.
.TP
.B \-t, \-\-theme <theme>
Use external theme file from .config/walrs/colorschemes.
.TP
.B \-g, \-\-generate <theme_name>
Generate & save theme to .config/walrs/colorschemes.
.TP
.B \-s, \-\-saturation <value>
Set saturation value. Range: -128 to 127.
.TP
.B \-b, \-\-brightness <value>
Set brightness value. Range: -128 to 127.
.TP
.B \-S, \-\-scripts
Skip running scripts in ~/.config/walrs/scripts/.
.TP
.B \-W, \-\-walless
Skip changing the wallpaper.
.TP
.B \-q, \-\-quiet
Set quit mode (no output).
.TP
.B \-v, \-\-version
Show version.
.SH EXAMPLES
Generate colorscheme from an image:
.B
walrs \-i ~/Pictures/sunset.jpg
.PP
Adjust brightness and saturation:
.B
walrs \-i image.jpg \-b 20 \-s 40
.PP
Apply existing theme:
.B
walrs \-t my_theme
.PP
Save current colors as a new theme:
.B
walrs \-g my_sunset_theme
.PP
Skip wallpaper change and scripts:
.B
walrs \-i photo.jpg \-W \-S
.PP
Reload colors without changing wallpaper:
.B
walrs \-r
.SH FILES
.TP
~/.config/walrs/
Configuration directory.
.TP
~/.config/walrs/colorschemes/
Themes directory.
.TP
~/.config/walrs/scripts/
Scripts directory.
.TP
~/.cache/wal/colors
Generated colors file.
.TP
~/.cache/wal/colors.json
Generated colors in JSON format.
.TP
~/.cache/wal/wal
Current wallpaper path.
.SH AUTHOR
Developed by Pixel.
.SH LICENSE
GNU General Public License v3.0