mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 03:52:43 +00:00
21 lines
178 B
Markdown
21 lines
178 B
Markdown
# battery
|
|
|
|
Show battery info.
|
|
|
|

|
|
|
|
# Dependencies
|
|
|
|
* `acpi`
|
|
|
|
# Config
|
|
|
|
```
|
|
[battery]
|
|
command=$SCRIPT_DIR/battery
|
|
interval=30
|
|
LABEL=BAT
|
|
#LABEL=⚡
|
|
#BAT_NUMBER=0
|
|
```
|