mirror of
https://github.com/bvanroll/_dotfiles.git
synced 2025-08-29 20:12:42 +00:00
29 lines
473 B
Markdown
29 lines
473 B
Markdown
# battery2
|
|
|
|
Show the current status of your battery.
|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|

|
|
|
|
# Dependencies
|
|
|
|
fonts-font-awesome, acpi, python3
|
|
|
|
# Installation
|
|
|
|
To use with i3blocks, copy the blocklet configuration in the given `i3blocks.conf` into your i3blocks configuration file, the recommended config is
|
|
|
|
```INI
|
|
[battery2]
|
|
command=$SCRIPT_DIR/battery2
|
|
markup=pango
|
|
interval=30
|
|
```
|