{"id":20810909,"url":"https://github.com/exposedcat/snowy","last_synced_at":"2025-10-11T19:41:12.786Z","repository":{"id":45276505,"uuid":"366970919","full_name":"ExposedCat/snowy","owner":"ExposedCat","description":"Adds falling snow to GNOME DE","archived":false,"fork":false,"pushed_at":"2025-10-02T22:25:10.000Z","size":3428,"stargazers_count":25,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T00:21:33.863Z","etag":null,"topics":["fun","gnome-extension","gnome-shell-extension","snow","snowflake","winter"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ExposedCat.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":"2021-05-13T07:34:24.000Z","updated_at":"2025-10-02T22:23:59.000Z","dependencies_parsed_at":"2024-11-17T20:35:30.170Z","dependency_job_id":"dd01f171-6ac5-4b87-bbcf-897f1bc76520","html_url":"https://github.com/ExposedCat/snowy","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ExposedCat/snowy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fsnowy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fsnowy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fsnowy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fsnowy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExposedCat","download_url":"https://codeload.github.com/ExposedCat/snowy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExposedCat%2Fsnowy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279008435,"owners_count":26084460,"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":["fun","gnome-extension","gnome-shell-extension","snow","snowflake","winter"],"created_at":"2024-11-17T20:28:42.738Z","updated_at":"2025-10-11T19:41:12.782Z","avatar_url":"https://github.com/ExposedCat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  SNOWY\u003cbr\u003e\n  \u003cimg style=\"width:512px\" src=\"./assets/preview.png\" alt=\"Screenshot\"\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cstrong\u003eMake you festive mood with falling snow on your GNOME DE system\u003c/strong\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![](https://img.shields.io/badge/author%20blog%20on-Telegram-informational?style=for-the-badge\u0026logo=telegram\u0026logoColor=26A5E4\u0026color=26A5E4)](https://t.me/ExposedCatDev)\n[![](https://img.shields.io/badge/author-Reddit-informational?style=for-the-badge\u0026logo=reddit\u0026logoColor=FF5700\u0026color=FF5700)](https://www.reddit.com/user/ExposedCatDev)\n\n\u003c/div\u003e\n\n\u003cbr\u003e\n\u003ch1\u003eInstallation\u003c/h1\u003e\n\u003ch2\u003eGNOME website (recommended)\u003c/h2\u003e\n\u003ca href=\"https://extensions.gnome.org/extension/3921/snowy/\"\u003e\n  \u003c!-- Button SVG by Just Perfection developer --\u003e\n  \u003cimg src=\"./assets/download-from-ego.svg\" height=\"80\"\u003e\n\u003c/a\u003e\n\u003ch2\u003eBuild from source\u003c/h2\u003e\n1. Download extension\n\u003cpre language=\"bash\"\u003e\n\u003ccode\u003egit clone https://github.com/ExposedCat/snowy.git\ncd snowy\n\u003c/code\u003e\u003c/pre\u003e\n2. Build extension\n\u003cpre language=\"bash\"\u003e\n\u003ccode\u003e./cli build\n\u003c/code\u003e\u003c/pre\u003e\n3. Inject extension\n\u003cpre language=\"bash\"\u003e\n\u003ccode\u003e./cli inject\n\u003c/code\u003e\u003c/pre\u003e\n4. Logout and login again\n\n\u003cbr\u003e\n\u003ch1\u003eDevelopment\u003c/h1\u003e\n1. Download extension\n\u003cpre language=\"bash\"\u003e\n\u003ccode\u003egit clone https://github.com/ExposedCat/snowy.git\ncd snowy\n\u003c/code\u003e\u003c/pre\u003e\n2. Run dev mode\n\u003cpre language=\"bash\"\u003e\n\u003ccode\u003enpm start\n\u003c/code\u003e\u003c/pre\u003e\n\n## License\n\nSnowy Gnome Shell extension is distributed under the terms of the GNU General\nPublic License, version 3.0 or later.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexposedcat%2Fsnowy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexposedcat%2Fsnowy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexposedcat%2Fsnowy/lists"}