SkillAgentSearch skills...

Hyprpaper

Hyprpaper is a wayland wallpaper utility with IPC controls.

Install / Use

/learn @hyprwm/Hyprpaper
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

hyprpaper

Hyprpaper is a simple and fast wallpaper utility for Hyprland with the ability to dynamically change wallpapers through sockets.

Features

  • Per-output wallpapers
  • fill, tile, cover or contain modes
  • fractional scaling support
  • IPC for fast wallpaper switches

Installation

Arch Linux: pacman -S hyprpaper

OpenSuse Linux: zypper install hyprpaper

Manual:

Dependencies

The development files of these packages need to be installed on the system for hyprpaper to build correctly. (Development packages are usually suffixed with -dev or -devel in most distros' repos).

  • hyprtoolkit
  • hyprlang
  • hyprutils
  • hyprwire

Building

Building is done via CMake:

cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target hyprpaper -j`nproc 2>/dev/null || getconf _NPROCESSORS_CONF`

Install with:

cmake --install ./build
View on GitHub
GitHub Stars1.3k
CategoryDevelopment
Updated9h ago
Forks102

Languages

C++

Security Score

100/100

Audited on Mar 27, 2026

No findings