fix battery
This commit is contained in:
parent
f9d4acdbd4
commit
e1cbd76aa7
1 changed files with 3 additions and 0 deletions
|
@ -13,6 +13,7 @@ padding = 1
|
||||||
default-font = 2
|
default-font = 2
|
||||||
|
|
||||||
[bar/top]
|
[bar/top]
|
||||||
|
tray-position = left
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-right = keyboardarrow keyboard audioarrow player-mpris-tail volume wifiarrow wifi powerarrow ac battery0 battery1 arrowcpu cpu temperature ram arrowdate date
|
modules-right = keyboardarrow keyboard audioarrow player-mpris-tail volume wifiarrow wifi powerarrow ac battery0 battery1 arrowcpu cpu temperature ram arrowdate date
|
||||||
|
|
||||||
|
@ -117,6 +118,8 @@ battery = BAT0
|
||||||
[module/battery1]
|
[module/battery1]
|
||||||
inherit = modules/bat
|
inherit = modules/bat
|
||||||
battery = BAT1
|
battery = BAT1
|
||||||
|
label-charging = ﮣ %percentage%%
|
||||||
|
label-discharging = ﮤ %percentage%%
|
||||||
|
|
||||||
[module/ac]
|
[module/ac]
|
||||||
inherit = modules/bat
|
inherit = modules/bat
|
||||||
|
|
Loading…
Reference in a new issue