diff --git a/style.css b/style.css index 5bba3e0..76ac4f3 100644 --- a/style.css +++ b/style.css @@ -5,8 +5,8 @@ } window#waybar { - background-color: #272e33; - border: 2px solid #3d484d; + background-color: transparent; + border: 0px solid #3d484d; border-radius: 20px; transition-property: background-color; transition-duration: .5s; @@ -49,6 +49,24 @@ button:hover { /*box-shadow: inset 0 -3px #ffffff; */ } +.modules-left { + background-color: rgba(45, 56, 49, 0.4); + border: 2px solid #3d484d; + border-radius: 20px; +} + +.modules-center { + background-color: rgba(45, 56, 49, 0.4); + border: 2px solid #3d484d; + border-radius: 20px; +} + +.modules-right { + background-color: rgba(45, 56, 49, 0.4); + border: 2px solid #3d484d; + border-radius: 20px; +} + /* you can set a style on hover for any module like this */ #workspaces button { margin-top: 5px;