Improved styling for waybar

This commit is contained in:
Michel Fedde 2025-03-20 22:58:04 +01:00
parent c8c53b6c87
commit c332e78616
7 changed files with 40 additions and 18 deletions

View file

@ -1,7 +1,7 @@
.module
{
color: $foreground;
padding: 3px 6px 3px 6px;
padding: 0.2rem 0.3rem 0.2rem 0.3rem;
}
#battery.warning,

View file

@ -35,6 +35,17 @@ window.semi-hidden {
.modules-left, .modules-center, .modules-right {
background-color: $background;
border-bottom: 1px solid rgba($foreground, 0.4);
border-left: 1px solid rgba($foreground, 0.4);
border-right: 1px solid rgba($foreground, 0.4);
}
.modules-center {
padding-left: 0.3rem;
}
.modules-left {
padding-right: 1rem;
}
}