HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

swaybg — Wallpaper tool for Wayland compositors. More information: <https://github.com/swaywm/swaybg/blob/mas

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandwaylandswaybgclitoolwallpapercompositorsfor

Problem

How to use the swaybg command: Wallpaper tool for Wayland compositors. More information: <https://github.com/swaywm/swaybg/blob/master/swaybg.1.scd>.

Solution

swaybg — Wallpaper tool for Wayland compositors. More information: <https://github.com/swaywm/swaybg/blob/master/swaybg.1.scd>.

Set the wallpaper to an image:
swaybg {{[-i|--image]}} {{path/to/image}}


Set the wallpaper mode:
swaybg {{[-i|--image]}} {{path/to/image}} {{[-m|--mode]}} {{stretch|fit|fill|center|tile|solid_color}}


Set the wallpaper to a static color:
swaybg {{[-c|--color]}} "{{#rrggbb}}"

Code Snippets

Set the wallpaper to an image

swaybg {{[-i|--image]}} {{path/to/image}}

Set the wallpaper mode

swaybg {{[-i|--image]}} {{path/to/image}} {{[-m|--mode]}} {{stretch|fit|fill|center|tile|solid_color}}

Set the wallpaper to a static color

swaybg {{[-c|--color]}} "{{#rrggbb}}"

Context

tldr-pages: common/swaybg

Revisions (0)

No revisions yet.