# bingpaper **Repository Path**: yscsky/bingpaper ## Basic Information - **Project Name**: bingpaper - **Description**: 使用bing每日图片设置壁纸 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-19 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bingpaper 在命令行中,拉取 bing 每日图片,设置桌面壁纸。 ## 安装 ### 从create安装 ```sh cargo install bingpaper ``` ### 源码安装 git pull 项目,在项目根目录下,执行: ```sh cargo install --force --path . ``` 默认在niri桌面的dms使用。 如果在xfce4使用,执行: ```sh cargo install --no-default-features --features=xfce --force --path . ``` 使用方法: ```sh ❯ bingpaper --help Get wallpaper from bing's daliy picture Usage: bingpaper Commands: get Get daliy picture from bing set Set wallpaper using picture in Wallpapers list List all picture in Wallpapers current Query current picture in screen screen Show screen infos help Print this message or the help of the given subcommand(s) Options: -h, --help Print help -V, --version Print version ``` 注意事项: 需要在环境变量中设置图片存放的路径: ```sh BING_PAPER_HOME=/path/to/pictures ``` 支持的平台: - [x] linux xfce4 - [x] linux niri