{"id":31806907,"url":"https://github.com/olegegoism/mirage","last_synced_at":"2026-04-16T18:36:33.823Z","repository":{"id":317758845,"uuid":"1068069580","full_name":"OlegEgoism/Mirage","owner":"OlegEgoism","description":"A cross-platform app for automatically changing desktop wallpapers.","archived":false,"fork":false,"pushed_at":"2025-10-02T20:20:27.000Z","size":2631,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-02T22:17:32.093Z","etag":null,"topics":["appindicator","cross-platform","desktop-app","desktop-background","gnome","linux","linux-desktop","multilanguage","open-source","python","system-tray","tray-application","ubuntu","wallpaper","wallpaper-changer","wallpaper-engine-software"],"latest_commit_sha":null,"homepage":"","language":"Python","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/OlegEgoism.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-10-01T20:07:31.000Z","updated_at":"2025-10-02T20:20:30.000Z","dependencies_parsed_at":"2025-10-02T22:28:17.869Z","dependency_job_id":null,"html_url":"https://github.com/OlegEgoism/Mirage","commit_stats":null,"previous_names":["olegegoism/mirage"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/OlegEgoism/Mirage","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegEgoism%2FMirage","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegEgoism%2FMirage/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegEgoism%2FMirage/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegEgoism%2FMirage/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OlegEgoism","download_url":"https://codeload.github.com/OlegEgoism/Mirage/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OlegEgoism%2FMirage/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279006108,"owners_count":26084026,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"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":["appindicator","cross-platform","desktop-app","desktop-background","gnome","linux","linux-desktop","multilanguage","open-source","python","system-tray","tray-application","ubuntu","wallpaper","wallpaper-changer","wallpaper-engine-software"],"created_at":"2025-10-11T03:50:56.746Z","updated_at":"2026-04-16T18:36:33.799Z","avatar_url":"https://github.com/OlegEgoism.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mirage\n\n\u003cimg src=\"logo_app.png\" width=\"96\" alt=\"Mirage logo\"/\u003e\n\nGTK tray application for automatic wallpaper rotation on Linux.\n\n### Features\n\n- Automatic wallpaper rotation by timer.\n- Wallpaper source:\n    - local folder;\n    - manually selected files only;\n    - random images via API.\n- Modes: shuffle, recursive subfolder scanning.\n- Current wallpaper preview.\n- Supported formats: JPG, JPEG, PNG, BMP, TIFF, WEBP.\n- Runs in system tray.\n- Settings UI is split into tabs: General, Sources, Preview.\n\n### Settings location\n\n- `~/.config/mirage/settings.json`\n\n### Run in development mode\n\n1. Install system GTK dependencies (Debian/Ubuntu):\n\n```bash\nsudo apt update\nsudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-appindicator3-0.1 gir1.2-gio-2.0\n```\n\n2. Install Python dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n3. Start app:\n\n```bash\npython3 app.py\n```\n\n### Build application (Nuitka)\n\n```bash\nchmod +x build_nuitka.sh\n./build_nuitka.sh\n```\n\nArtifacts:\n\n- `Mirage-standalone/` + launcher `./Mirage-run`\n- (optional) `Mirage-onefile`\n\n### Build as Python project (wheel/sdist)\n\n```bash\npython3 -m pip install --upgrade build\npython3 -m build\n```\n\nInstall locally:\n\n```bash\npython3 -m pip install .\nmirage\n```\n\n## Uninstall\n\n```bash\nchmod +x uninstall_mirage.sh\n./uninstall_mirage.sh --all --purge -y\n./uninstall_mirage.sh --all --dry-run\n```\n\n## Contact\n\n- Author: [OlegEgoism](https://github.com/OlegEgoism)\n- Repository: \u003chttps://github.com/OlegEgoism/Mirage\u003e\n- Telegram: [@OlegEgoism](https://t.me/OlegEgoism)\n- Email: olegpustovalov220@gmail.com\n\n\u003cimg src=\"img.png\" width=\"960\" alt=\"SyMo preview\" /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folegegoism%2Fmirage","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folegegoism%2Fmirage","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folegegoism%2Fmirage/lists"}