From ef9e4392916ba4170380447aa08e7fa36552bc08 Mon Sep 17 00:00:00 2001 From: George Karras Date: Fri, 20 Mar 2026 04:56:07 +0200 Subject: [PATCH] hyprpaper: update page to match new version (#21402) Co-authored-by: Ivan Baluta --- pages/linux/hyprpaper.md | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/pages/linux/hyprpaper.md b/pages/linux/hyprpaper.md index 9979cfa65e..cf5c9487e0 100644 --- a/pages/linux/hyprpaper.md +++ b/pages/linux/hyprpaper.md @@ -2,28 +2,16 @@ > Wallpaper utility for Hyprland with the ability to dynamically change wallpapers. > Controlled by the config file `~/.config/hypr/hyprpaper.conf`. -> More information: . +> More information: . -- Start the hyprpaper service: +- Start the `hyprpaper` daemon: `hyprpaper` -- Preload a wallpaper: - -`hyprctl hyprpaper preload "{{path/to/image.png}}"` - -- Switch wallpaper to a different preloaded image: +- Change the wallpaper for a specific monitor: `hyprctl hyprpaper wallpaper "{{monitor}},{{path/to/image.png}}"` -- Preload a wallpaper, set that wallpaper, then unload all unused wallpapers: +- Change the default wallpaper for all unspecified monitors and set its fit mode: -`hyprctl hyprpaper reload "{{monitor}},{{path/to/image.png}}"` - -- List the wallpapers that are currently preloaded (useful for dynamically preloading and unloading): - -`hyprctl hyprpaper listloaded` - -- List the active wallpapers hyprpaper is displaying, along with their associated monitor: - -`hyprctl hyprpaper listactive` +`hyprctl hyprpaper wallpaper ",{{path/to/image.png}},{{contain|cover|tile|fill}}"`