Files
_dotfiles/.config/i3blocks/battery2/README.md
2024-06-12 13:49:42 +02:00

29 lines
473 B
Markdown

# battery2
Show the current status of your battery.
![](images/full.png)
![](images/charging.png)
![](images/unplugged.png)
![](images/unknown.png)
![](images/nobattery.png)
# 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
```