Ajout du marges sur le titre

This commit is contained in:
Hippolyte Chauvin 2023-04-23 18:25:54 +02:00
parent 4d6ade92df
commit 9fb860642e

View file

@ -32,7 +32,7 @@ window#waybar {
border-bottom: 3px solid white; border-bottom: 3px solid white;
} }
#clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #mode { #clock, #battery, #cpu, #memory, #network, #pulseaudio, #custom-spotify, #tray, #window {
padding: 0 3px; padding: 0 3px;
margin: 0 2px; margin: 0 2px;
} }
@ -86,10 +86,6 @@ window#waybar {
#pulseaudio.muted { #pulseaudio.muted {
} }
#custom-spotify {
color: rgb(102, 220, 105);
}
#tray { #tray {
} }