Improve bar styling

This commit is contained in:
2026-05-07 17:08:50 -04:00
parent 8f06469add
commit 4ddcb60be2
+6
View File
@@ -24,6 +24,12 @@ window#waybar {
border: 1px solid white; border: 1px solid white;
border-radius: 15px; border-radius: 15px;
margin: 6px; 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 { tooltip {