做了个壁纸管理器,解决自己日常换壁纸的痛点,分享给大家。
核心功能:
--json,方便脚本集成安装:
# Arch Linux (AUR)
paru -S wayper
# 从源码
git clone https://github.com/yuukidach/wayper.git
cd wayper && uv venv && uv pip install -e .
依赖:Python 3.12+、awww 、Hyprland ( Linux ); macOS 也支持。
GitHub: https://github.com/yuukidach/wayper 主页: https://yuukidach.github.io/wayper/
欢迎试用,Issue 和 PR 都欢迎!