Merge commit 'be676a1d06' into user

This commit is contained in:
Alejandro Soto 2026-03-08 21:37:49 -06:00
commit 913b3acec3

View file

@ -101,9 +101,9 @@ with lib; {
box-shadow: none;
}
/* Entire bar: fully transparent, no border */
/* Entire bar: solid black, no border */
window#waybar {
background: transparent;
background: #000000;
color: #eaeaea;
margin: 0;
padding: 0;