home/waybar: small css changes

This commit is contained in:
fleaz 2024-05-24 00:00:47 +02:00
parent 066d4a41f3
commit e5143b7af0

View file

@ -61,18 +61,18 @@
.modules-right { .modules-right {
padding: 3px; padding: 3px;
background-color: @dark; background-color: @dark;
margin: 5px; margin: 0 5px 5px 0;
border-radius: 10px; border-radius: 10px;
} }
.modules-center { .modules-center {
padding: 3px; padding: 3px;
background-color: @dark; background-color: @dark;
margin: 5px; margin: 0 0 5px 0;
border-radius: 10px; border-radius: 10px;
} }
.modules-left { .modules-left {
padding: 3px; padding: 3px;
margin: 5px; margin: 0 0 5px 5px;
background-color: @dark; background-color: @dark;
border-radius: 10px; border-radius: 10px;
} }
@ -86,7 +86,8 @@
#network, #network,
#pulseaudio, #pulseaudio,
#temperature, #temperature,
#tray { #tray,
#disk {
background: transparent; background: transparent;
color: @light; color: @light;
padding-left: 10px; padding-left: 10px;