{"id":50628411,"url":"https://github.com/fast-archer/ellibria-wall","last_synced_at":"2026-06-06T18:01:56.489Z","repository":{"id":316834636,"uuid":"1065060068","full_name":"fast-archer/ellibria-wall","owner":"fast-archer","description":"A lightweight Linux script to fetch and apply wallpapers based on user-defined tags. It supports previewing images in the terminal and works across various desktop environments","archived":false,"fork":false,"pushed_at":"2025-09-27T12:29:54.000Z","size":2638,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-22T17:25:07.225Z","etag":null,"topics":["arch-linux","desktop","ghostty","kitty","linux","productivity","shell-script","terminal","wallpaper","wallpaper-changer"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fast-archer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-27T01:54:07.000Z","updated_at":"2026-05-22T01:31:30.000Z","dependencies_parsed_at":"2025-09-27T14:22:44.009Z","dependency_job_id":null,"html_url":"https://github.com/fast-archer/ellibria-wall","commit_stats":null,"previous_names":["kabanbtw/ellibria","fast-archer/ellibria"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/fast-archer/ellibria-wall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fast-archer%2Fellibria-wall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fast-archer%2Fellibria-wall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fast-archer%2Fellibria-wall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fast-archer%2Fellibria-wall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fast-archer","download_url":"https://codeload.github.com/fast-archer/ellibria-wall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fast-archer%2Fellibria-wall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33993195,"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-06T02:00:07.033Z","response_time":107,"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":["arch-linux","desktop","ghostty","kitty","linux","productivity","shell-script","terminal","wallpaper","wallpaper-changer"],"created_at":"2026-06-06T18:01:55.260Z","updated_at":"2026-06-06T18:01:56.484Z","avatar_url":"https://github.com/fast-archer.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🦋 Ellibria - wallpaper fetcher\n\nA lightweight Linux script to fetch and apply wallpapers based on user-defined tags. It supports previewing images in the terminal and works across various desktop environments.\n\n![](https://github.com/fast-archer/ellibria/blob/main/image.png)\n\n\n## ✨ Features\n\n- Search for wallpapers using tags (e.g., `anime`, `landscape`, `cat_ears`).\n- Display image previews in the terminal (supports Kitty and Ghostty).\n- Prompt for applying wallpapers.\n- Automatically apply wallpapers based on your desktop environment (GNOME, KDE, XFCE, Cinnamon, Budgie, etc.).\n- Save downloaded wallpapers to `~/Pictures/wallpapers`. \n\n## 🚀 Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/fast-archer/ellibria.git\n   cd ellibria\n   ```\n\n2. Make the script executable:\n   ```bash\n   chmod +x ellibria.sh\n   ```\n\n3. Run the script:\n   ```bash\n   ./ellibria.sh\n   ```\n\n## 🔧 Dependencies\n\n- `curl`: For downloading data.\n- `jq`: For parsing JSON.\n- `kitty` or `ghostty`: For terminal image previews (optional).\n- Desktop environment tools:\n  - `gsettings`: GNOME, Cinnamon, Budgie, Unity.\n  - `qdbus`: KDE Plasma.\n  - `xfconf-query`: XFCE.\n\nInstall dependencies on Arch Linux:\n```bash\nsudo pacman -S curl jq kitty\n```\n\n## 🖼️ Usage\n\nRun the script and follow the prompts:\n```bash\n./ellibria.sh\n```\n1. Enter a tag (e.g., anime ) to search for wallpapers. The script fetches and displays a random wallpaper.\n\n2. Choose an action: y: apply the wallpaper, n: fetch another wallpaper with the same tag, t: enter a new tag to search for different wallpapers\n   \n3. exit: quit the script.\n\n\n\n\n\n## 🌍 Supported Desktop Environments\n\n- GNOME\n- KDE Plasma\n- XFCE\n- Cinnamon\n- Budgie\n- Unity\n\n## 📂 Save Location\n\nWallpapers are saved to:\n```bash\n~/Pictures/wallpapers\n```\n\n## ⚡ FAQ\n\n**Q: Can it be compiled into a binary like `kon`?**  \nA: Yes, you can compile it using `shc` or convert it to Python and use `PyInstaller`. However, the script is lightweight, portable, and works anywhere with Bash and dependencies.\n\n**Q: How is it different from `kon`?**  \nA: Unlike `kon`, this script isn't tied to Konachan and supports any API. It’s also tailored for multiple desktop environments.\n\n## 🖤 Author\n\nCrafted with ❤️ for Arch Linux and other distributions, prioritizing simplicity and a beautiful desktop experience.\n\n## 🌐 Contact\n\nFor discussions or suggestions, reach out:\n- **Email**: epidermis_essential@proton.me\n- **Inktree**: [here](https://linktr.ee/fastarcher)\n\n## 📜 License\n\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffast-archer%2Fellibria-wall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffast-archer%2Fellibria-wall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffast-archer%2Fellibria-wall/lists"}