dotfiles/dot_config/waybar/style.css

35 lines
674 B
CSS
Raw Normal View History

2020-05-09 06:42:34 +00:00
* {
border: none;
border-radius: 0;
font-family: Roboto, Helvetica, Arial, sans-serif;
font-size: 13px;
min-height: 0;
}
window#waybar {
background: -gtk-gradient(
linear,
left bottom,
left top,
from(rgba(0, 0, 0, 0.9)),
2020-06-15 08:18:21 +00:00
to(rgba(0, 0, 0, 0.0))
2020-05-09 06:42:34 +00:00
);
}
#workspaces button {
2020-06-15 08:18:21 +00:00
padding: 2px 5px;
2020-05-09 06:42:34 +00:00
border-bottom: 2px solid transparent;
background: transparent;
}
#workspaces button.focused {
border-bottom: 2px solid white;
}
2020-06-15 08:18:21 +00:00
#mpd, #disk, #clock, #battery, #cpu, #memory, #network, #pulseaudio, #tray, #mode {
padding: 2px 6px;
margin: 0 3px;
background-color: rgba(0, 0, 0, 0.5);
2020-05-09 06:42:34 +00:00
}