Waybar: Again fix battery info.

This commit is contained in:
Dmitry Voronin 2024-11-10 20:44:26 +03:00
parent 850c83ea37
commit 734cbdac62
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 7 additions and 6 deletions

View file

@ -87,6 +87,7 @@ in {
};
"custom/powerlimit" = {
exec = "powerlimit widget";
hide-empty-text = false;
on-click-right = "powerlimit toggle";
signal = 6;
tooltip = false;

View file

@ -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};
}