[themes] Add "ac" state for battery to all themes
Except for gruvbox-powerline, all themes were missing the new "ac" state of the battery.
This commit is contained in:
parent
5149991ff3
commit
d66087a768
4 changed files with 18 additions and 0 deletions
|
@ -101,6 +101,9 @@
|
|||
"charging": {
|
||||
"suffix": " chr "
|
||||
},
|
||||
"AC": {
|
||||
"suffix": " ac "
|
||||
},
|
||||
"discharging-10": {
|
||||
"prefix": " ! ",
|
||||
"suffix": " dis "
|
||||
|
|
|
@ -122,6 +122,11 @@
|
|||
"fg": "#494949",
|
||||
"bg": "#41db00"
|
||||
},
|
||||
"AC": {
|
||||
"suffix": " ",
|
||||
"fg": "#494949",
|
||||
"bg": "#41db00"
|
||||
},
|
||||
"charging": {
|
||||
"prefix": [ " ", " ", " ", " ", " " ],
|
||||
"suffix": " "
|
||||
|
|
|
@ -123,6 +123,11 @@
|
|||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"AC": {
|
||||
"suffix": " ",
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"charging": {
|
||||
"prefix": [ " ", " ", " ", " ", " " ],
|
||||
"suffix": " "
|
||||
|
|
|
@ -121,6 +121,11 @@
|
|||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"AC": {
|
||||
"suffix": " ac ",
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"charging": {
|
||||
"suffix": " chr "
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue