mirror of
https://github.com/danbulant/dotfiles
synced 2026-05-24 12:35:34 +00:00
44 lines
783 B
CSS
44 lines
783 B
CSS
* {
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
|
font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
font-size: 11px;
|
|
margin: 1.5px 2px;
|
|
min-height: 0;
|
|
}
|
|
|
|
#waybar {
|
|
background-color: rgba(32,38,44,1.0);
|
|
color: #D8DEE9;
|
|
transition-property: background-color;
|
|
transition-duration: .5s;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
font-family: "Cantarell", "Font Awesome 5 Pro";
|
|
}
|
|
|
|
/* Module */
|
|
#clock,
|
|
#cpu,
|
|
#memory,
|
|
#network,
|
|
#pulseaudio,
|
|
#tray,
|
|
#mpd,
|
|
#disk,
|
|
#battery,
|
|
#backlight,
|
|
#workspaces {
|
|
padding-left: 0.7em;
|
|
padding-right: 0.7em;
|
|
border: 1px solid #f1fcf9;
|
|
border-radius: 4px;
|
|
margin: 1px 2px;
|
|
}
|
|
|
|
#network.disconnected {
|
|
color: #e06a70;
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
color: #e06a70;
|
|
}
|