Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thewebmasterp/i3-status-bat
i3-status module for showing the battery status of your laptop.
https://github.com/thewebmasterp/i3-status-bat
battery i3 i3-status i3-status-module i3-status-starter i3bar i3block i3status i3wm
Last synced: about 6 hours ago
JSON representation
i3-status module for showing the battery status of your laptop.
- Host: GitHub
- URL: https://github.com/thewebmasterp/i3-status-bat
- Owner: thewebmasterp
- Created: 2021-11-06T06:20:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-03T19:17:47.000Z (about 2 years ago)
- Last Synced: 2024-10-13T11:09:15.764Z (about 1 month ago)
- Topics: battery, i3, i3-status, i3-status-module, i3-status-starter, i3bar, i3block, i3status, i3wm
- Language: JavaScript
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# i3-status-bat
[i3-status](https://github.com/fehmer/i3-status) module for showing the battery status of your laptop.
## Basic usage:
```yml
blocks:
- name: battery
module: i3-status-bat
```## Advanced usage:
```yml
blocks:
- name: battery
module: i3-status-bat
chargingColor: '#a6cc33' # The color of the text when the device is charging
chargingChar: '🔌' # The character in front of the module when charging
dischargingColor: '#c38418' # The color of the text when the device is discharging
dischargingChar: '🔋' # The character in front of the module when discharging
criticalChargeChar: '⚠️' # The character in front of the module when the charge is critical
criticalThreshold: 30 # Below what percentage should the charge be considered critical?
```Learn more about how to work with it at [i3-status](https://github.com/fehmer/i3-status) and specifically, [this](https://github.com/fehmer/i3-status#user-content-configuration) section.
Note: I forked this module from [i3-status-battery](https://github.com/mintao/i3-status-battery) and improved it by
publishing it to [npm](), writing better documentation and adding a few more features.
Based on [i3-status-starter](https://github.com/fehmer/i3-status-starter)