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

34 lines
577 B
CSS
Raw Normal View History

2019-05-09 21:37:18 +00:00
* {
border: none;
2019-05-09 22:48:05 +00:00
font-family: "Font Awesome 5 Free", 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;
}
2020-09-02 19:44:05 +00:00
#custom-spotify, #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio {
2019-05-09 21:37:18 +00:00
padding: 0 10px;
2019-05-09 22:48:05 +00:00
border-right: 1px solid #b7bbb7;
2019-05-09 21:37:18 +00:00
}
#idle_inhibitor, #tray, #custom-vpn {
2019-05-09 22:48:05 +00:00
min-width: 25px;
}
#tray {
margin-left: 5px;
2019-05-09 21:37:18 +00:00
}