Files
dotfiles/.config/waybar/style.css
2024-12-14 22:48:47 +05:00

54 lines
783 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: #000000;
margin: 0;
}
#workspaces button {
margin: 0;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
border-bottom: 2px solid #7e9cd8;
border-radius: 0;
}
#workspaces button.active {
border-bottom: 2px solid white;
border-radius: 0;
}
#workspaces button.focused {
border-bottom: 2px solid white;
border-radius: 0;
}
#clock,
#backlight,
#pulseaudio,
#bluetooth,
#network,
#battery,
#mpd,
#cpu,
#memory,
#custom-weather,
#language {
border-bottom: 2px solid #7e9cd8;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}