Reworked some styling and removed old values

This commit is contained in:
James Patrick 2020-09-16 22:10:32 -04:00
parent 23d3efc525
commit 4d25b2e7b3

View File

@ -7,8 +7,8 @@
} }
window#waybar { window#waybar {
background: rgba(43, 48, 59, 0.5); background: rgba(43, 48, 59, 0.0);
border-bottom: 3px solid rgba(100, 114, 125, 0.5); border-bottom: 3px solid rgba(100, 114, 125, 0.0);
color: #ffffff; color: #ffffff;
} }
@ -17,6 +17,7 @@ window#waybar {
padding: 0 5px; padding: 0 5px;
background: transparent; background: transparent;
color: #ffffff; color: #ffffff;
background: rgba(43, 48, 59, 0.4);
border-bottom: 3px solid transparent; border-bottom: 3px solid transparent;
} }
@ -34,7 +35,7 @@ window#waybar {
border-bottom: 3px solid #ffffff; border-bottom: 3px solid #ffffff;
} }
#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-media, #tray, #mode, #idle_inhibitor { #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-network , #custom-media, #tray, #mode, #idle_inhibitor {
padding: 0 10px; padding: 0 10px;
margin: 0 3px; margin: 0 3px;
} }
@ -70,24 +71,19 @@ window#waybar {
animation-direction: alternate; animation-direction: alternate;
} }
#cpu {
background: #2ecc71;
color: #000000;
}
#memory {
background: #9b59b6;
}
#backlight { #backlight {
background: #90b1b1; background: #90b1b1;
} }
#network { #custom-network {
background: #2980b9; background: #2980b9;
} }
#network.disconnected { #custom-network.secured {
background: #9b59b6;
}
#custom-network.disconnected {
background: #f53c3c; background: #f53c3c;
} }
@ -101,27 +97,6 @@ window#waybar {
color: #2a5c45; color: #2a5c45;
} }
#custom-media {
background: #66cc99;
color: #2a5c45;
}
.custom-spotify {
background: #66cc99;
}
.custom-vlc {
background: #ffa000;
}
#temperature {
background: #f0932b;
}
#temperature.critical {
background: #eb4d4b;
}
#tray { #tray {
background-color: #2980b9; background-color: #2980b9;
} }