M .config/waybar/style.css => .config/waybar/style.css +1 -1
@@ 4,7 4,7 @@
}
window#waybar {
- background-color: rgba(43, 48, 59, 0.5);
+ background-color: rgba(43, 48, 59, 0.9);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-duration: 0.5s;
M .config/waybar/style.scss => .config/waybar/style.scss +1 -1
@@ 4,7 4,7 @@
}
window#waybar {
- background-color: rgba(43, 48, 59, 0.5);
+ background-color: rgba(43, 48, 59, 0.9);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-duration: .5s;