Waybar: Again fix battery info.
This commit is contained in:
parent
850c83ea37
commit
734cbdac62
|
@ -86,10 +86,11 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
"custom/powerlimit" = {
|
"custom/powerlimit" = {
|
||||||
exec = "powerlimit widget";
|
exec = "powerlimit widget";
|
||||||
on-click-right = "powerlimit toggle";
|
hide-empty-text = false;
|
||||||
signal = 6;
|
on-click-right = "powerlimit toggle";
|
||||||
tooltip = false;
|
signal = 6;
|
||||||
|
tooltip = false;
|
||||||
};
|
};
|
||||||
"group/batteryinfo" = {
|
"group/batteryinfo" = {
|
||||||
orientation = "horizontal";
|
orientation = "horizontal";
|
||||||
|
|
|
@ -11,12 +11,12 @@ in {
|
||||||
text = ''
|
text = ''
|
||||||
/* See the ISSUE above. */
|
/* See the ISSUE above. */
|
||||||
#custom-tag1,
|
#custom-tag1,
|
||||||
#batteryinfo {
|
#battery {
|
||||||
padding-left: ${paddingH};
|
padding-left: ${paddingH};
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-tag2,
|
#custom-tag2,
|
||||||
#batteryinfo {
|
#custom-powerlimit {
|
||||||
padding-right: ${paddingH};
|
padding-right: ${paddingH};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue