From bc4e393b25241112916bf366d27fe6761986f917 Mon Sep 17 00:00:00 2001 From: Liam Waldron Date: Thu, 24 Jul 2025 17:31:29 -0400 Subject: [PATCH] 7/24 --- style.css | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) 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;