Files

60 lines
699 B
CSS

*
{
font-family: FiraCode Nerd Font Mono;
font-size: 14px;
}
window#waybar
{
background: transparent;
color: #f6f5f4;
}
button
{
box-shadow: inset 0 -3px transparent;
border: none;
border-radius: 0;
}
#workspaces
{
margin-left: 0;
}
#workspaces button
{
padding: 0 4px;
}
#workspaces button.focused,
#workspaces button.active
{
background-color: rgba(0,0,0,0.5);
color: #7cb58a;
border-top: 2px solid #7cb58a;
}
#clock,
#battery,
#cpu,
#memory,
#temperature,
#network,
#pulseaudio,
#tray,
#window
{
margin: 3px;
padding-left: 4px;
padding-right: 4px;
background-color: rgba(0,0,0,0.6);
border-radius: 5px;
color: #f6f5f4;
}
#clock
{
font-weight: bold;
}