Where is the battery shown? #99
-
I want to add the battery show in my statusbar. It would be really nice if you could help in that. |
Beta Was this translation helpful? Give feedback.
Answered by
prasanthrangan
Aug 23, 2023
Replies: 2 comments
-
Hello, so, no bb stats yet, the dev is working on it. However, if you use a laptop, like me, just put this command in the terminal: upower -i $(upower -e | grep BAT) | grep --color=never -E "state|to\ full|to\ empty|percentage" Thats the way i found. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try adding |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
evilmortysmith
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try adding
battery
in~/.config/waybar/config.ctl
at the position you want to display it.