From 4ddcb60be2b257d9727737bc21bc2af346bf2724 Mon Sep 17 00:00:00 2001 From: Andrew Luchuk Date: Thu, 7 May 2026 17:08:50 -0400 Subject: [PATCH] Improve bar styling --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) 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 {