Files
dotfiles/.config/waybar/style.css
Niktia Bykov 2000346376 changed font
2024-01-13 22:22:58 +05:00

49 lines
710 B
CSS

*, body{
margin: 0;
padding: 0;
border: none;
border-radius: 0;
font-family: 'Monaspace Neon';
font-size: 13px;
min-height: 1.5em;
}
window#waybar {
background: rgba(0, 0, 0, 0.87);
margin: 0;
}
#workspaces button {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px solid #05a4c4;
border-radius: 0;
}
#workspaces button.active {
border-bottom: 2px solid white;
border-radius: 0;
}
#clock,
#backlight,
#pulseaudio,
#bluetooth,
#network,
#battery,
#mpd,
#cpu,
#memory,
#custom-weather,
#language {
border-bottom: 2px solid #05a4c4;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}