15 lines
283 B
CSS
15 lines
283 B
CSS
#window {
|
|
border-radius: 20px;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
window#waybar.kitty {
|
|
background-color: transparent;
|
|
color: #ffffff;
|
|
}
|
|
|
|
/* make window module transparent when no windows present */
|
|
window#waybar.empty #window {
|
|
background-color: transparent;
|
|
}
|