mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-08 09:53:13 +00:00
16 lines
325 B
Markdown
16 lines
325 B
Markdown
# Script: battery-combined-shell
|
|
|
|
A shell script that shows the battery status.
|
|
|
|
It supports two rechargeable batteries and changing icons. It works even if only one battery is used.
|
|
|
|
|
|
## Module
|
|
|
|
```ini
|
|
[module/battery-combined-shell]
|
|
type = custom/script
|
|
exec = ~/polybar-scripts/battery-combined-shell.sh
|
|
interval = 10
|
|
```
|