diff --git a/pages/linux/swaybg.md b/pages/linux/swaybg.md new file mode 100644 index 000000000..49c2bc08f --- /dev/null +++ b/pages/linux/swaybg.md @@ -0,0 +1,16 @@ +# swaybg + +> Wallpaper tool for Wayland compositors. +> More information: . + +- Set the wallpaper to an [i]mage: + +`swaybg --image {{path/to/image}}` + +- Set the wallpaper [m]ode: + +`swaybg --image {{path/to/image}} --mode {{stretch|fit|fill|center|tile|solid_color}}` + +- Set the wallpaper to a static [c]olor: + +`swaybg --color {{"#rrggbb"}}`