feat: set waybar to be 75% opaque as well

This commit is contained in:
Ahwx 2025-11-21 11:46:03 +01:00
parent c56db9024b
commit 0640b29b0c

View file

@ -383,7 +383,7 @@
window#waybar.top { window#waybar.top {
/* background-color: rgba(115, 116, 116, 0.22); */ /* background-color: rgba(115, 116, 116, 0.22); */
background-color: rgba(0, 0, 0, 0.25); background-color: rgba(0, 0, 0, 0.75);
border-top: none; border-top: none;
color: #eeeeee; color: #eeeeee;
transition-property: background-color; transition-property: background-color;