Skip to content
Snippets Groups Projects
Verified Commit 01115963 authored by Johannes Schauer Marin Rodrigues's avatar Johannes Schauer Marin Rodrigues
Browse files

etc/skel/.config/waybar/config: explicitly select FontAwesome also for...

etc/skel/.config/waybar/config: explicitly select FontAwesome also for 'charging' and 'plugged' state icons

Thanks: Esther (selfawaresoup)
Link: https://community.mnt.re/t/battery-indicator-weird-icon/3336/11
parent 8fe7187a
Branches
Tags
No related merge requests found
Pipeline #3782 passed
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
}, },
"battery": { "battery": {
"format": "<span face='FontAwesome'>{icon}</span> {capacity}%", "format": "<span face='FontAwesome'>{icon}</span> {capacity}%",
"format-charging": " {capacity}%", "format-charging": "<span face='FontAwesome'></span> {capacity}%",
"format-plugged": " {capacity}%", "format-plugged": "<span face='FontAwesome'></span> {capacity}%",
"format-icons": ["", "", "", "", ""] "format-icons": ["", "", "", "", ""]
}, },
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment