dotfiles/waybar/styles/modules/window.css
2024-10-01 00:20:55 -04:00

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;
}