Name | Mode | Size |
---|---|---|
.husky | 040000 | |
data | 040000 | |
meson | 040000 | |
meta | 040000 | |
plugins | 040000 | |
src | 040000 | |
vapi | 040000 | |
.gitattributes | 100644 | 0 kb |
.gitignore | 100644 | 1 kb |
.prettierignore | 100644 | 0 kb |
CHANGELOG.md | 100644 | 1 kb |
CODE_OF_CONDUCT.md | 100644 | 5 kb |
LICENSE | 100644 | 34 kb |
README.md | 100644 | 2 kb |
commitlint.config.js | 100644 | 0 kb |
meson.build | 100644 | 2 kb |
meson_options.txt | 100644 | 0 kb |
package-lock.json | 100644 | 285 kb |
package.json | 100644 | 2 kb |
uncrustify.cfg | 100644 | 62 kb |
<div align="center">
<h1>Caffeine</h1>
<p>Keep your computer awake with ease.</p>
<a href="https://github.com/paysonwallach/wingpanel-indicator-caffeine.git/releases/latest">
<img alt="Version 0.2.1" src="https://img.shields.io/badge/version-0.2.1-red.svg?cacheSeconds=2592000&style=flat-square" />
</a>
<a href="https://github.com/paysonwallach/wingpanel-indicator-caffeine/blob/master/LICENSE" target="\_blank">
<img alt="Licensed under the GNU General Public License v3.0" src="https://img.shields.io/github/license/paysonwallach/wingpanel-indicator-caffeine?style=flat-square" />
</a>
<a href="https://buymeacoffee.com/paysonwallach">
<img src="https://img.shields.io/badge/donate-Buy%20me%20a%20coffe-yellow?style=flat-square">
</a>
<br>
<br>
</div>
[Caffeine](https://github.com/paysonwallach/wingpanel-indicator-caffeine.git) is a [Wingpanel](https://github.com/elementary/wingpanel) indicator that lets you easily prevent your computer from sleeping.
## Installation
Clone this repository or download the [latest release](https://github.com/paysonwallach/wingpanel-indicator-caffeine.git/releases/latest).
```sh
git clone https://github.com/paysonwallach/wingpanel-indicator-caffeine.git
```
Configure the build directory at the root of the project.
```sh
meson --prefix=/usr build
```
Install with `ninja`.
```sh
ninja -C build install
```
## Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
## Code of Conduct
By participating in this project, you agree to abide by the terms of the [Code of Conduct](https://github.com/paysonwallach/wingpanel-indicator-caffeine/blob/master/CODE_OF_CONDUCT.md).
## License
[Caffeine](https://github.com/paysonwallach/wingpanel-indicator-caffeine.git) is licensed under the [GNU General Public License v3.0](https://github.com/paysonwallach/wingpanel-indicator-caffeine/blob/master/LICENSE).