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:
parent
d1102d5b6f
commit
be676a1d06
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue