sway/waybar: Display battery icon on the right side
This commit is contained in:
parent
b443554c41
commit
817d9dae20
|
@ -206,7 +206,7 @@ in
|
||||||
interval = 5;
|
interval = 5;
|
||||||
format = "{capacity}% {icon}";
|
format = "{capacity}% {icon}";
|
||||||
format-charging = "{capacity}% ";
|
format-charging = "{capacity}% ";
|
||||||
format-plugged = "{capacity}% ﮣ";
|
format-plugged = "{capacity}% ${lrm}ﮣ";
|
||||||
format-alt = "{time} {icon}";
|
format-alt = "{time} {icon}";
|
||||||
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
format-icons = [ "" "" "" "" "" "" "" "" "" "" "" ];
|
||||||
states = {
|
states = {
|
||||||
|
|
Loading…
Reference in a new issue