Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.linux-wallpaperengine.enable

Whether to enable linux-wallpaperengine, an implementation of Wallpaper Engine functionality.

Type: boolean

Default:

false

Example:

true

Declared by:

services.linux-wallpaperengine.package

The linux-wallpaperengine package to use.

Type: package

Default:

pkgs.linux-wallpaperengine

Declared by:

services.linux-wallpaperengine.assetsPath

Path to the assets directory.

Type: null or absolute path

Default:

null

Example:

"~/.local/share/Steam/steamapps/common/wallpaper_engine/assets"

Declared by:

services.linux-wallpaperengine.clamping

Clamping mode for all wallpapers.

Type: null or one of “clamp”, “border”, “repeat”

Default:

null

Declared by:

services.linux-wallpaperengine.wallpapers

Define wallpapers.

Type: list of (submodule)

Default:

[ ]

Declared by:

services.linux-wallpaperengine.wallpapers.*.audio.automute

Automute when another app is playing sound.

Type: boolean

Default:

true

Declared by:

services.linux-wallpaperengine.wallpapers.*.audio.processing

Enables audio processing for background.

Type: boolean

Default:

true

Declared by:

services.linux-wallpaperengine.wallpapers.*.audio.silent

Mutes all sound of the wallpaper.

Type: boolean

Default:

false

Declared by:

services.linux-wallpaperengine.wallpapers.*.extraOptions

Extra arguments to pass to the linux-wallpaperengine command for this wallpaper.

Type: list of string

Default:

[ ]

Example:

[
  "--scaling fill"
  "--fps 12"
]

Declared by:

services.linux-wallpaperengine.wallpapers.*.fps

Limits the FPS to a given number.

Type: null or signed integer

Default:

null

Declared by:

services.linux-wallpaperengine.wallpapers.*.monitor

Which monitor to display the wallpaper.

Type: string

Example:

"HDMI-A-1"

Declared by:

services.linux-wallpaperengine.wallpapers.*.scaling

Scaling mode for this wallpaper.

Type: null or one of “stretch”, “fit”, “fill”, “default”

Default:

null

Declared by:

services.linux-wallpaperengine.wallpapers.*.wallpaperId

Wallpaper to be used. Can either be a Steam Workshop ID or the path to the background folder.

Type: string

Example:

"3527223773"

Declared by: