This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent a703d0816b
commit b49b2d2c60
9 changed files with 19 additions and 16 deletions

View File

@@ -157,7 +157,7 @@
else
"0"
}px;
font-size: 13px;
font-size: ${toString config.var.theme.waybar.font-size}px;
}
.modules-left, .modules-center, .modules-right {
@@ -232,7 +232,7 @@
#custom-logo {
padding-right: 7px;
font-size: 15px;
font-size: ${toString config.var.theme.waybar.font-size}px;
color: #${config.var.theme.colors.accent};
}