mirror of
https://github.com/edu4rdshl/powerman.git
synced 2026-07-17 23:24:53 +00:00
Update README.md
This commit is contained in:
parent
518a46c30b
commit
dc4351388c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
powerman - Power Management framework for Linux written in Rust.
|
||||
|
||||
It project is being writen, not ready for use yet.
|
||||
It project is being writen and not full featured, if you have any request enhancement open an issue.
|
||||
|
||||
# What are the use-cases?
|
||||
|
||||
|
|
@ -16,4 +16,4 @@ Example:
|
|||
$ powerman 5 60 hibernate # Hibernate the computer when the battery level is less than 5%, the check is done every 60 seconds.
|
||||
```
|
||||
|
||||
If you want to keep it running in the background, just add & at the end of the command, to run in startup, add the desired command to .bashrc, your desktop/WM startup config or enable powerman.service.
|
||||
If you want to keep it running in the background, just add & at the end of the command, to run in startup, add the desired command to .bashrc, your desktop/WM startup config or enable powerman.service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue