{"id":29823098,"url":"https://github.com/aragami3070/hyprpaper-picker","last_synced_at":"2026-06-09T16:02:46.451Z","repository":{"id":306987663,"uuid":"1027312332","full_name":"aragami3070/hyprpaper-picker","owner":"aragami3070","description":"Blazingly-fast wallpaper changer for hyprland with hyprpicker","archived":false,"fork":false,"pushed_at":"2026-06-07T12:04:40.000Z","size":65,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-07T14:06:13.398Z","etag":null,"topics":["hyprland","rust","wallpaper-changer"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aragami3070.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"License","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-27T18:58:16.000Z","updated_at":"2026-06-07T12:04:45.000Z","dependencies_parsed_at":"2025-07-28T21:37:08.544Z","dependency_job_id":"66d37275-ed13-4fc3-8a6a-b1c14dd2f1a7","html_url":"https://github.com/aragami3070/hyprpaper-picker","commit_stats":null,"previous_names":["aragami3070/hyprpaper-picker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aragami3070/hyprpaper-picker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragami3070%2Fhyprpaper-picker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragami3070%2Fhyprpaper-picker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragami3070%2Fhyprpaper-picker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragami3070%2Fhyprpaper-picker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aragami3070","download_url":"https://codeload.github.com/aragami3070/hyprpaper-picker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aragami3070%2Fhyprpaper-picker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34114437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hyprland","rust","wallpaper-changer"],"created_at":"2025-07-29T01:39:17.090Z","updated_at":"2026-06-09T16:02:46.446Z","avatar_url":"https://github.com/aragami3070.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyprpaper picker\n\nBlazing fast wallpaper changer for Hyprland.\n\n\u003cdetails\u003e\n\t\u003csummary\u003eTable of Contents\u003c/summary\u003e\n\n* [Requirements](#Requirements)\n* [Installation (only manual for now)](#Installation)\n* [Usage](#Usage)\n* [Arguments](#Arguments)\n* [Flags](#Flags)\n* [Contributing](#Contributing)\n* [License](#License)\n\u003c/details\u003e\n\n\n## Requirements\n\n- [Rust with Cargo](https://www.rust-lang.org/tools/install)\n- [Hyprland](https://github.com/hyprwm/Hyprland)\n- [Hyprpaper](https://github.com/hyprwm/Hyprpaper)\n\n## Installation\n\n* Clone the repository\n\t```bash\n\tgit clone https://github.com/aragami3070/hyprpaper-picker.git\n\tcd hyprpaper-picker\n\t```\n* Build the project\n\t```bash\n\tcargo build --release\n\t```\n* Add the binary to your /bin directory (this important because from other directories hyprland can't find it)\n\t```bash\n\tln --symbolic target/release/hyprpaper-picker /bin/hyprpaper-picker\n\t```\n\n## Usage\nYou can bind the command to a key in Hyprland.\n\nFor example, if you can bind the command to `Super+Shift+W` key, to change on random wallpaper from dir:\n```bash\n# In hyprland.conf\n$mainMod = SUPER # Sets \"Windows\" key as main modifier\n# Path to the directory with wallpapers\n$wallpaperDir = $(dirname $(hyprctl hyprpaper listactive | head -n1 | awk -F'=' '{print $2}' | awk -F'.' '{print $1\".\"$2}'))\n# Or you can hardcode it like this\n# $wallpaperDir = /home/aragami3070/wallpapers\nbind = $mainMod SHIFT, W, exec, hyprpaper-picker rand -d $wallpaperDir\n```\n\n### Arguments\n- `rand` - choose random wallpaper from dir\n- `next` - choose next wallpaper from dir\n- `prev` - choose prev wallpaper from dir\n\n### Flags\n- `-d` - path to the directory with wallpapers\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## License\n\n[License](License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faragami3070%2Fhyprpaper-picker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faragami3070%2Fhyprpaper-picker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faragami3070%2Fhyprpaper-picker/lists"}