dotfiles/waybar/styles/modules/window.css
2024-03-25 17:04:46 -05:00

16 lines
301 B
CSS

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