1
0
Fork 0
dotfiles/files/.config/waybar/style.css

30 lines
543 B
CSS
Raw Normal View History

2019-05-09 21:37:18 +00:00
* {
border: none;
2019-05-09 22:12:09 +00:00
font-family: "Font Awesome 5 Free", Verdana, sans-serif;
2019-05-09 21:37:18 +00:00
font-size: 13px;
}
window#waybar {
background: rgba(43, 48, 59, 0.8);
color: white;
}
#workspaces button {
padding: 0 5px;
background: transparent;
color: white;
}
#workspaces button.focused {
background: #64727D;
}
#clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #mode {
padding: 0 10px;
border-right: 1px solid white;
}
#idle_inhibitor, #tray, #custom-vpn {
margin-left: 10px;
}