waybar: show battery time

This commit is contained in:
Gabriel Ebner 2022-05-18 21:27:49 +02:00
parent 39e80d8785
commit 110501fc1d
1 changed files with 3 additions and 3 deletions

View File

@ -59,10 +59,10 @@
"warning": 30, "warning": 30,
"critical": 15 "critical": 15
}, },
"interval": 60, "interval": 30,
"format": "{capacity}% {icon}", "format": "{capacity}% {time} {icon}",
// "format": "{capacity}% {time} {icon}", // "format": "{capacity}% {time} {icon}",
"format-time": "{H}:{M:02}", "format-time": "{H:02}:{M:02}",
//"format-good": "", // An empty format will hide the module //"format-good": "", // An empty format will hide the module
//"format-full": "", //"format-full": "",
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]