trivionomicon/waybar: make waybar solid black instead of transparent

this makes it so that window text does not go under bar text in a wierd
way
This commit is contained in:
Fabian Montero 2026-03-08 10:35:10 -06:00
parent d1102d5b6f
commit be676a1d06

View file

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