{"id":23858733,"url":"https://github.com/legendaryb/kirei","last_synced_at":"2025-09-08T06:30:59.014Z","repository":{"id":125457221,"uuid":"205694806","full_name":"LegendaryB/Kirei","owner":"LegendaryB","description":"Kirei is a application which hides the desktop icons, the taskbar and windows after the configured time period. It's very useful in combination with Wallpaper Engine.","archived":false,"fork":false,"pushed_at":"2024-06-04T21:19:00.000Z","size":141,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-31T10:32:12.661Z","etag":null,"topics":["clean","core","csharp","desktop","engine","enhance","experience","hide","icons","microsoft","neat","net","show","taskbar","wallpaper","wallpaperengine","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LegendaryB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2019-09-01T15:20:44.000Z","updated_at":"2025-05-01T15:42:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"5471c1df-8192-4769-923a-96b2b19ac76f","html_url":"https://github.com/LegendaryB/Kirei","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/LegendaryB/Kirei","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2FKirei","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2FKirei/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2FKirei/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2FKirei/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LegendaryB","download_url":"https://codeload.github.com/LegendaryB/Kirei/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LegendaryB%2FKirei/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274145938,"owners_count":25230114,"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-09-08T02:00:09.813Z","response_time":121,"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":["clean","core","csharp","desktop","engine","enhance","experience","hide","icons","microsoft","neat","net","show","taskbar","wallpaper","wallpaperengine","windows"],"created_at":"2025-01-03T03:17:16.807Z","updated_at":"2025-09-08T06:30:58.724Z","avatar_url":"https://github.com/LegendaryB.png","language":"C#","funding_links":["https://paypal.me/alphadaniel"],"categories":[],"sub_categories":[],"readme":"﻿﻿﻿\u003ch1 align=\"center\"\u003eKirei\u003c/h1\u003e\u003cdiv align=\"center\"\u003e\n\n\u003ch4 align=\"center\"\u003eEnhance your Wallpaper Engine experience even more!\u003c/h4\u003e\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n[![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)\n\n[![GitHub license](https://img.shields.io/github/license/LegendaryB/Kirei.svg?longCache=true\u0026style=flat-square)](https://github.com/LegendaryB/Kirei/blob/master/LICENSE)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/alphadaniel)\n\nKirei is a japanese word and means clean or neat.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003csub\u003eBuilt with ❤︎ by Daniel Belz\u003c/sub\u003e\n\u003c/div\u003e\u003cbr\u003e\n\n## Configuration\nThe `appsettings.json` file resides in the same folder as the application.\n```json\n{\n  \"Application\": {\n    \"ShouldRunOnStartup\": true,\n    \"InactiveAfter\": 0,\n    \"InputPollingRate\": 0\n  },\n  \"Actions\": {\n    \"PreventSleep\": true,\n    \"HideDesktopIcons\": true,\n    \"HideTaskBar\": true,\n    \"HideApplicationWindows\": true\n  }  \n}\n```\n\n|Property   |Description   |Default value   |\n|---|---|---|\n|InactiveAfter   |Time period after which the actions are executed in seconds.   |180 Seconds|\n|InputPollingRate   |Polling rate for the input handler in milliseconds.   |200 Milliseconds|\n\n## Use the application\n1. Extract the folder and go into it.\n2. Configure your settings in `appsettings.json`.\n2. Execute the application.\n\n## Contributing\n\n__Contributions are always welcome!__  \nWhen you send me a pull request with changes, improvements or bugfixes please make sure to use the pull request template. \nI want to have all information regarding the pull request at a glance.\n\n## Donate\nIf you like my software, please consider [supporting me](https://paypal.me/alphadaniel) with a little donation. Thank you for your support! You are great!\n\n## License\n\nThis project is licensed under the MIT license - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegendaryb%2Fkirei","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flegendaryb%2Fkirei","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flegendaryb%2Fkirei/lists"}