Add second battery indicator
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
4d0e12faeb
commit
06a556fb99
1 changed files with 5 additions and 1 deletions
|
@ -43,7 +43,7 @@ module-margin = 2
|
||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center =
|
modules-center =
|
||||||
modules-right = update gmail todo battery volume backlight vpn wlan ethernet date power
|
modules-right = update gmail todo battery battery2 volume backlight vpn wlan ethernet date power
|
||||||
tray-position = none
|
tray-position = none
|
||||||
separator = |
|
separator = |
|
||||||
|
|
||||||
|
@ -184,6 +184,10 @@ animation-charging-framerate = 500
|
||||||
interval = 5
|
interval = 5
|
||||||
poll-interval = 5
|
poll-interval = 5
|
||||||
|
|
||||||
|
[module/battery2]
|
||||||
|
battery = BAT0
|
||||||
|
inherit = module/battery
|
||||||
|
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Volume indicator #
|
# Volume indicator #
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue