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