diff --git a/waybar/style.css b/waybar/style.css index 0d87888..d57d85f 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -7,8 +7,8 @@ } window#waybar { - background: rgba(43, 48, 59, 0.5); - border-bottom: 3px solid rgba(100, 114, 125, 0.5); + background: rgba(43, 48, 59, 0.0); + border-bottom: 3px solid rgba(100, 114, 125, 0.0); color: #ffffff; } @@ -17,6 +17,7 @@ window#waybar { padding: 0 5px; background: transparent; color: #ffffff; + background: rgba(43, 48, 59, 0.4); border-bottom: 3px solid transparent; } @@ -34,7 +35,7 @@ window#waybar { 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; margin: 0 3px; } @@ -70,24 +71,19 @@ window#waybar { animation-direction: alternate; } -#cpu { - background: #2ecc71; - color: #000000; -} - -#memory { - background: #9b59b6; -} - #backlight { background: #90b1b1; } -#network { +#custom-network { background: #2980b9; } -#network.disconnected { +#custom-network.secured { + background: #9b59b6; +} + +#custom-network.disconnected { background: #f53c3c; } @@ -101,27 +97,6 @@ window#waybar { color: #2a5c45; } -#custom-media { - background: #66cc99; - color: #2a5c45; -} - -.custom-spotify { - background: #66cc99; -} - -.custom-vlc { - background: #ffa000; -} - -#temperature { - background: #f0932b; -} - -#temperature.critical { - background: #eb4d4b; -} - #tray { background-color: #2980b9; }