mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-22 18:02:45 +00:00
23 lines
654 B
Plaintext
23 lines
654 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# hyprpaper
|
|
|
|
> Wallpaper utility for Hyprland with the ability to dynamically change wallpapers.
|
|
> Controlled by the config file `~/.config/hypr/hyprpaper.conf`.
|
|
> More information: <https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/>.
|
|
|
|
- Start the `hyprpaper` daemon:
|
|
|
|
`hyprpaper`
|
|
|
|
- Change the wallpaper for a specific monitor:
|
|
|
|
`hyprctl hyprpaper wallpaper "{{monitor}},{{path/to/image.png}}"`
|
|
|
|
- Change the default wallpaper for all unspecified monitors and set its fit mode:
|
|
|
|
`hyprctl hyprpaper wallpaper ",{{path/to/image.png}},{{contain|cover|tile|fill}}"`
|