Files
dotfiles/.config/waybar/style.css
Niktia Bykov 4f3850ddc3 rename config
2024-06-20 22:55:40 +05:00

49 lines
711 B
CSS

*, body{
margin: 0;
padding: 0;
border: none;
border-radius: 0;
font-family: 'Input Nerd Font';
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;
}