[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
|
@ -123,6 +123,11 @@
|
|||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"AC": {
|
||||
"suffix": " ",
|
||||
"fg": "#002b36",
|
||||
"bg": "#859900"
|
||||
},
|
||||
"charging": {
|
||||
"prefix": [ " ", " ", " ", " ", " " ],
|
||||
"suffix": " "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue