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