Configuration
On the first run, a config file will be created in your config directory, typically it is at~/.config/waypaper/config.ini
Here is a typical config:
Most of the options in the config are controlled by the GUI application, and the user is not expected to change them manually. However, some advanced parameter can be set only in config:
Folders
To use wallpapers from multiple folders, the folder paths will need to be placed in the config explicitly and will be overwritten if changed in the GUI. To use wallpaper from multiple folders, put folders separated line by line.
Running scripts after setting wallpaper
post_command
option can be used to automatically run a command after selecting a wallpaper. This option supports $wallpaper
parameter, so you can write something like:
or you can run your own script there as:
Language
The language
parameter can be set to one of the following: en
, de
, fr
, ru
, pl
, zh
, zh_HK
.
State file
use_xdg_state
parameter is useful when you want to use a state file instead of a traditional config file. The state file will be then saved separately in a state directory and contain state parameters like wallpapers and monitors. Useful for systems with immutable configs.
Video options
mpvpaper_options
can contain some setting for the video wallpaper is you uses mpvpaper backend. For example, you can specify something like:
Last updated