Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/legendaryb/kirei
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.
https://github.com/legendaryb/kirei
clean core csharp desktop engine enhance experience hide icons microsoft neat net show taskbar wallpaper wallpaperengine windows
Last synced: 3 days ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/legendaryb/kirei
- Owner: LegendaryB
- License: mit
- Created: 2019-09-01T15:20:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T21:19:00.000Z (7 months ago)
- Last Synced: 2024-12-29T21:51:10.984Z (8 days ago)
- Topics: clean, core, csharp, desktop, engine, enhance, experience, hide, icons, microsoft, neat, net, show, taskbar, wallpaper, wallpaperengine, windows
- Language: C#
- Homepage:
- Size: 138 KB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Kirei
Enhance your Wallpaper Engine experience even more!
[![forthebadge](https://forthebadge.com/images/badges/made-with-c-sharp.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/you-didnt-ask-for-this.svg)](https://forthebadge.com)[![GitHub license](https://img.shields.io/github/license/LegendaryB/Kirei.svg?longCache=true&style=flat-square)](https://github.com/LegendaryB/Kirei/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/alphadaniel)Kirei is a japanese word and means clean or neat.
Built with ❤︎ by Daniel Belz
## Configuration
The `appsettings.json` file resides in the same folder as the application.
```json
{
"Application": {
"ShouldRunOnStartup": true,
"InactiveAfter": 0,
"InputPollingRate": 0
},
"Actions": {
"PreventSleep": true,
"HideDesktopIcons": true,
"HideTaskBar": true,
"HideApplicationWindows": true
}
}
```|Property |Description |Default value |
|---|---|---|
|InactiveAfter |Time period after which the actions are executed in seconds. |180 Seconds|
|InputPollingRate |Polling rate for the input handler in milliseconds. |200 Milliseconds|## Use the application
1. Extract the folder and go into it.
2. Configure your settings in `appsettings.json`.
2. Execute the application.## Contributing
__Contributions are always welcome!__
When you send me a pull request with changes, improvements or bugfixes please make sure to use the pull request template.
I want to have all information regarding the pull request at a glance.## Donate
If you like my software, please consider [supporting me](https://paypal.me/alphadaniel) with a little donation. Thank you for your support! You are great!## License
This project is licensed under the MIT license - see the [LICENSE](LICENSE) file for details