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 460da3db0b
commit 587b74fce9
Signed by: fabian
GPG key ID: 8036F30EDBAC8447

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;