Fix empty window title
This commit is contained in:
parent
ca692ac571
commit
07b35c025a
1 changed files with 7 additions and 0 deletions
|
@ -27,3 +27,10 @@ window#waybar.hidden {
|
||||||
|
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Module specific theming */
|
||||||
|
window#waybar.empty #window {
|
||||||
|
background-color: transparent;
|
||||||
|
color: transparent;
|
||||||
|
border-radius: 999px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue