16 lines
301 B
CSS
Executable file
16 lines
301 B
CSS
Executable file
#window {
|
|
color: @color6;
|
|
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;
|
|
}
|