Files
cheatsheet-tldr/tldr/linux/swaybg
2025-03-28 00:18:38 +00:00

22 lines
518 B
Plaintext

---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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}}"`