← 返回命令列表

Linux command

hyprpaper 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Example

hyprpaper

Preload

hyprctl hyprpaper preload "[path/to/image.png]"

Switch wallpaper

hyprctl hyprpaper wallpaper "[monitor],[path/to/image.png]"

Reload

hyprctl hyprpaper reload "[monitor],[path/to/image.png]"

Example

hyprctl hyprpaper listloaded

Example

hyprctl hyprpaper listactive

说明

hyprpaper is the official wallpaper utility for Hyprland. It runs as a background service and allows dynamic wallpaper changes without restarting. Configuration is stored in ~/.config/hypr/hyprpaper.conf with directives: ``` preload = /path/to/image.png wallpaper = monitor,/path/to/image.png ``` The preload system allows fast wallpaper switching by keeping images in memory. Use listloaded to track memory usage and unload to free unused wallpapers.

参数

preload _PATH_
Load wallpaper into memory for quick switching
wallpaper _MONITOR,PATH_
Set wallpaper on specified monitor
reload _MONITOR,PATH_
Preload, set, and unload unused wallpapers
unload _PATH_
Remove wallpaper from memory
listloaded
Show preloaded wallpapers
listactive
Show active wallpapers per monitor

FAQ

What is the hyprpaper command used for?

hyprpaper is the official wallpaper utility for Hyprland. It runs as a background service and allows dynamic wallpaper changes without restarting. Configuration is stored in ~/.config/hypr/hyprpaper.conf with directives: ``` preload = /path/to/image.png wallpaper = monitor,/path/to/image.png ``` The preload system allows fast wallpaper switching by keeping images in memory. Use listloaded to track memory usage and unload to free unused wallpapers.

How do I run a basic hyprpaper example?

Run `hyprpaper` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does preload _PATH_ do in hyprpaper?

Load wallpaper into memory for quick switching