forked from creaktive/rainbarf
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,7 @@ my $build = Module::Build->new( | |
'Clemens Hammacher <[email protected]>', | ||
'Henrik Hodne <[email protected]>', | ||
'Joe Hassick <[email protected]>', | ||
'Josh Matthews <[email protected]>', | ||
'Sergey Romanov <[email protected]>', | ||
'Tom Cammann <[email protected]>', | ||
'Tuomas Jormola <[email protected]>', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,6 +58,7 @@ | |
"Clemens Hammacher <[email protected]>", | ||
"Henrik Hodne <[email protected]>", | ||
"Joe Hassick <[email protected]>", | ||
"Josh Matthews <[email protected]>", | ||
"Sergey Romanov <[email protected]>", | ||
"Tom Cammann <[email protected]>", | ||
"Tuomas Jormola <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,7 @@ x_contributors: | |
- 'Clemens Hammacher <[email protected]>' | ||
- 'Henrik Hodne <[email protected]>' | ||
- 'Joe Hassick <[email protected]>' | ||
- 'Josh Matthews <[email protected]>' | ||
- 'Sergey Romanov <[email protected]>' | ||
- 'Tom Cammann <[email protected]>' | ||
- 'Tuomas Jormola <[email protected]>' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,14 +101,17 @@ Configuration file can be specified via `RAINBARF` environment variable: | |
- `--[no]battery` | ||
|
||
Display the battery charge indicator. | ||
Enabled by default. | ||
|
||
- `--[no]remaining` | ||
|
||
Display the time remaining until the battery is fully charged/empty. See ["CAVEAT"](#CAVEAT). | ||
Disabled by default. | ||
|
||
- `--[no]bolt` | ||
|
||
Display even fancier battery indicator `⚡`. | ||
Disabled by default. | ||
|
||
- `--[no]bright` | ||
|
||
|
@@ -131,11 +134,13 @@ Configuration file can be specified via `RAINBARF` environment variable: | |
|
||
Use [load average](https://en.wikipedia.org/wiki/Load\_(computing)) metric instead of CPU utilization. | ||
You might want to set the `--max` threshold since this is an absolute value and has varying ranges on different systems. | ||
Disabled by default. | ||
|
||
- `--[no]swap` | ||
|
||
Display the swap usage. | ||
Used swap amount is added to the total amount, but the free swap amount is not! | ||
Disabled by default. | ||
|
||
- `--max NUMBER` | ||
|
||
|
@@ -219,6 +224,7 @@ Stanislaw Pusep <[email protected]> | |
- [Clemens Hammacher](https://github.com/hammacher) | ||
- [Henrik Hodne](https://github.com/henrikhodne) | ||
- [Joe Hassick](https://github.com/jh3) | ||
- [Josh Matthews](https://github.com/jmatth) | ||
- [Sergey Romanov](https://github.com/sergeyromanov) | ||
- [Tom Cammann](https://github.com/takac) | ||
- [Tuomas Jormola](https://github.com/tjormola) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters