Fix windows name & padding

This commit is contained in:
Hadi 2024-03-18 22:37:03 +01:00
parent ef3489075f
commit 1dd92201d0

View File

@ -142,7 +142,7 @@
.modules-left, .modules-center, .modules-right { .modules-left, .modules-center, .modules-right {
border-radius: ${toString config.theme.rounding}px; border-radius: ${toString config.theme.rounding}px;
background-color: #${config.theme.colors.bg}; background-color: #${config.theme.colors.bg};
padding: 2px 15px; padding: 2px 6px;
} }
window#waybar.hidden { window#waybar.hidden {
@ -179,7 +179,7 @@
background-color: #${config.theme.colors.color1}; background-color: #${config.theme.colors.color1};
} }
#window { #window > * {
font-family: "${config.theme.font-mono}"; font-family: "${config.theme.font-mono}";
} }