initial commit

This commit is contained in:
2024-06-11 21:08:44 +02:00
commit d8433ffbd8
391 changed files with 37223 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
# 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
```