diff --git a/style.css b/style.css index a6ccb91..8dbd362 100644 --- a/style.css +++ b/style.css @@ -24,6 +24,12 @@ window#waybar { border: 1px solid white; border-radius: 15px; margin: 6px; + + background: rgba(255, 255, 255, 0.2); + /*filter: blur(15px);*/ + border: 1px solid rgba(255, 255, 255, 0.3); + /* box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.3); */ + box-shadow: 1px 1px 2px #c5c5c5, -1px -1px 2px #fbfbfb; } tooltip {