2026-02-18 06:55:01 -07:00
|
|
|
# hyprpaper
|
|
|
|
|
|
|
|
|
|
> Wallpaper utility for Hyprland with the ability to dynamically change wallpapers.
|
|
|
|
|
> Controlled by the config file `~/.config/hypr/hyprpaper.conf`.
|
2026-06-12 17:51:25 -06:00
|
|
|
> More information: <https://wiki.hypr.land/Hypr-Ecosystem/hyprpaper/>.
|
2026-02-18 06:55:01 -07:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Start the `hyprpaper` daemon:
|
2026-02-18 06:55:01 -07:00
|
|
|
|
|
|
|
|
`hyprpaper`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Change the wallpaper for a specific monitor:
|
2026-02-18 06:55:01 -07:00
|
|
|
|
|
|
|
|
`hyprctl hyprpaper wallpaper "{{monitor}},{{path/to/image.png}}"`
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
- Change the default wallpaper for all unspecified monitors and set its fit mode:
|
2026-02-18 06:55:01 -07:00
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`hyprctl hyprpaper wallpaper ",{{path/to/image.png}},{{contain|cover|tile|fill}}"`
|