Waybar: Fix battery margin on desktop.
This commit is contained in:
parent
46f5c37c27
commit
5193b4167e
|
@ -94,10 +94,8 @@ in {
|
||||||
"group/batteryinfo" = {
|
"group/batteryinfo" = {
|
||||||
orientation = "horizontal";
|
orientation = "horizontal";
|
||||||
modules = [
|
modules = [
|
||||||
"custom/tag1"
|
|
||||||
"battery"
|
"battery"
|
||||||
"custom/powerlimit"
|
"custom/powerlimit"
|
||||||
"custom/tag2"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
pulseaudio = {
|
pulseaudio = {
|
||||||
|
|
|
@ -10,11 +10,13 @@ in {
|
||||||
# instead of the whole group.
|
# instead of the whole group.
|
||||||
text = ''
|
text = ''
|
||||||
/* See the ISSUE above. */
|
/* See the ISSUE above. */
|
||||||
#custom-tag1 {
|
#custom-tag1,
|
||||||
|
#custom-batteryinfo {
|
||||||
padding-left: ${paddingH};
|
padding-left: ${paddingH};
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-tag2 {
|
#custom-tag2,
|
||||||
|
#custom-batteryinfo {
|
||||||
padding-right: ${paddingH};
|
padding-right: ${paddingH};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue