From c544ed68bd6501dd73cd2145adc6d0e5b9649286 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov <80976541+ivandimitrov8080@users.noreply.github.com> Date: Sat, 18 Nov 2023 12:46:47 +0200 Subject: [PATCH] swaybg: add page (#11533) * new swaybg page * revivew changes * review changes 2 * review 3 --- pages/linux/swaybg.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/swaybg.md 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"}}`