[sway] Shuffle battery icons

This commit is contained in:
Vladan Popovic 2019-08-05 12:43:28 +02:00
parent 92b09b3a8b
commit 9e7e88dcec
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"format": "{capacity}% {icon}", "format": "{capacity}% ",
"format-alt": "{time} {icon}", "format-alt": "{time} ",
"format-charging": "{capacity}% ", "format-charging": "{capacity}% ",
"format-plugged": "{capacity}% " "format-plugged": "{capacity}% "
// "format-good": "", // An empty format will hide the module // "format-good": "", // An empty format will hide the module
// "format-full": "" // "format-full": ""