font:bold14px"JetBrainsMono Nerd Font Propo";/* font weight, font size and font. propo nerd font for centered icons, symbols nerd font does not work great on bold text */
/*color: #c0caf5;*//* text color */
/* Tokyo Night color scheme */
}
window#waybar{
background:transparent;/* main window transparent background */
}
tooltip{
background:#1a1b26;/* tooltip background */
color:#c0caf5;/* tooltip text color */
border:2pxsolid#c0caf5;/* tooltip border size and color */
border-radius:5px;/* tooltip rounded corners */
}
/******************************
*modules(pills)sectionstart
******************************/
#custom-launcher,
#gamemode,
#window,
#workspaces,
#tray,
#pulseaudio,
#battery,
#clock,
#cava{
text-shadow:1px1px2pxblack;/* text shadow, offset-x | offset-y | blur-radius | color */
background:#1a1b26;/* background color */
color:#c0caf5;/* text color */
margin:10px4px4px4px;/* empty spaces around */
padding:4px10px;/* extend pill size, vertical then horizontal */
padding:0px4px;/* fit with pill padding, 0px for not haveing duped vertical padding, 4px to make a square (4px value from module padding: ...#clock {padding >>4px<< 10px}) */
border:2pxsolid#1a1b26;/* required by active workspace top color, or the bar will jitter */
transition-property:background-color,min-width;/* smooth transition for workspace module */
transition-duration:.15s;
}
#workspacesbutton.active{
text-shadow:none;/* text shadow, offset-x | offset-y | blur-radius | color */