Welcome to Wallrs v0.1.9
Type 'help' for available commands or use the navigation menu
user@docs:~$
cat welcome.txt
=========================================
WALLRS DOCUMENTATION
=========================================
This terminal interface provides documentation for wallrs.
Use the navigation menu above or type commands to explore.
Available sections:
- commands: Available terminal
commands
- config: Application configuration
options
- demo: Demonstration of features
- friendly projects: Projects that
are inspired or use wallrs
- keybindings: Keybindings
configuration options
CONFIGURATION OPTIONS
user@docs:~$
config --list
wallpaper_dir
The directory for the wallpapers.
vim_motion
Enable vim motion (hjkl) for navigation.
Example: vim_motion = true
mouse_support
Enable mouse support for navigation.
Example: mouse_support = true
list_position
Position of list and wallpapers preview.
Options: top, bottom, left, right
Example: list_position = "top"
pywal
Enable pywal integration.
Example: pywal = true
hellwal
Enable hellwal integration.
Example: hellwal = true
video
Enable mpvpaper integration (IMPORTANT: turn on only for mp4
videos).
Example: video = true
image_cache_size
The dimension of the caching image.
[[tabs]]
Tag that let you set the order and which tables are visible.
Example configuration file (config.toml):
wallpaper_dir = "~/Pictures/wallpapers"
vim_motion = true
mouse_support = true
list_position = "top"
pywal = true
hellwal = false
video = false
image_cache_size = 100
[[tabs]]
name = "Wallpapers"
enabled = true
[[tabs]]
name = "Favorites"
enabled = true
[[tabs]]
name = "History"
enabled = true
KEYBINDINGS
user@docs:~$
keybindings --list
j / ↓
Move selection down
h / ←
Move selection left
l / →
Move selection right
Enter
Select/apply wallpaper
f
Toggle favorite (customizable)
v
Enter visual mode (customizable)
/
Search wallpapers (customizable)
r
Rename a wallpaper (customizable)
Mouse bindings (if enabled):
Customization:
Keybindings for favorite, search, visual and rename mode can be
customized in your keybindings.toml:
favorite = "f" # Change favorite keybinding
search = "/" # Change search keybinding
multi_select = "v" # Change visual mode keybinding
rename = "r" # Change in rename mode keybinding
DEMO
user@docs:~$
demo --start
Select a demo above to see Wallrs in action!
🎥 Select a demo above to see Wallrs in action!
FRIENDLY PROJECTS
user@docs:~$
projects --list
Projects that Wallrs use:
feh
A fast and light image viewer
GitHub:
derf/feh
swww
A Solution to your Wayland Wallpaper Woes
GitHub:
LGFae/swww
mpvpaper
A video wallpaper program for wlroots based wayland compositors.
GitHub:
GhostNaN/mpvpaper
hellwal
Pywal-like color palette generator, but faster and in C
GitHub:
danihek/hellwal
Projects that use or are inspired by Wallrs:
wallhaven
A simple script for downloading and setting wallpapers from
Wallhaven using their API (Linux only).
GitHub:
federicotorrielli/wallhaven
Want to add your project?
TERMINAL COMMANDS
user@docs:~$
help
Available commands:
help - Show this help message
clear - Clear the terminal
config - Show configuration options
demo - Start interactive demo
friendly - Show friendly projects
about - About this documentation
date - Show current date and time
exit - Close the terminal (not really)
user@docs:~$