This commit is contained in:
mjallen18
2025-08-07 22:30:18 -05:00
parent 54f56c3f83
commit ae8039dba0
3 changed files with 28 additions and 14 deletions

View File

@@ -315,12 +315,12 @@ in
};
"custom/left-end" = {
format = " ";
format = "&nbsp";
tooltip = false;
};
"custom/right-end" = {
format = " ";
format = "&nbsp";
tooltip = false;
};
} // cfg.extraModules;
@@ -418,7 +418,8 @@ in
color: ${nord.frost.nord10};
background-color: ${nord.polarNight.nord0};
${defaultOpacity}
${borderRight}
${defaultCenterOptions}
border-radius: 0;
}
#battery {
@@ -434,7 +435,8 @@ in
color: ${nord.frost.nord9};
background-color: ${nord.polarNight.nord0};
${defaultOpacity}
${borderLeft}
${defaultCenterOptions}
border-radius: 0;
}
/* ------------- */
@@ -443,7 +445,8 @@ in
color: ${nord.frost.nord10};
background-color: ${nord.polarNight.nord0};
${defaultOpacity}
${borderRight}
${defaultCenterOptions}
border-radius: 0;
padding-right: 1rem;
}