0.2.5 • Published 2 years ago

i3-status-bat v0.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

i3-status-bat

i3-status module for showing the battery status of your laptop.

Basic usage:

blocks:
  - name: battery
    module: i3-status-bat

Advanced usage:

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 and specifically, this section.

Note: I forked this module from 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

0.2.3

2 years ago

0.2.5

2 years ago

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago