[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:
Tobi-wan Kenobi 2016-11-19 07:14:12 +01:00
parent 5149991ff3
commit d66087a768
4 changed files with 18 additions and 0 deletions

View file

@ -101,6 +101,9 @@
"charging": {
"suffix": " chr "
},
"AC": {
"suffix": " ac "
},
"discharging-10": {
"prefix": " ! ",
"suffix": " dis "

View file

@ -122,6 +122,11 @@
"fg": "#494949",
"bg": "#41db00"
},
"AC": {
"suffix": "  ",
"fg": "#494949",
"bg": "#41db00"
},
"charging": {
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "

View file

@ -123,6 +123,11 @@
"fg": "#002b36",
"bg": "#859900"
},
"AC": {
"suffix": "  ",
"fg": "#002b36",
"bg": "#859900"
},
"charging": {
"prefix": [ "  ", "  ", "  ", "  ", "  " ],
"suffix": "  "

View file

@ -121,6 +121,11 @@
"fg": "#002b36",
"bg": "#859900"
},
"AC": {
"suffix": " ac ",
"fg": "#002b36",
"bg": "#859900"
},
"charging": {
"suffix": " chr "
},