mirror of
https://github.com/danbulant/dotfiles
synced 2026-06-08 17:20:53 +00:00
61 lines
1.1 KiB
CSS
61 lines
1.1 KiB
CSS
* {
|
|
/* `otf-font-awesome` is required to be installed for icons */
|
|
font-family: Iosevka, FontAwesome, Roboto, Helvetica, Arial, sans-serif;
|
|
/*border-radius: 5px;*/
|
|
margin: 1px 2px;
|
|
min-height: 0;
|
|
}
|
|
|
|
#waybar {
|
|
background: linear-gradient(90deg, rgba(81,100,126,1) 0%, rgba(61,76,95,1) 50%, rgba(81,100,126,1) 100%);
|
|
color: #D8DEE9;
|
|
transition-property: background-color;
|
|
transition-duration: .5s;
|
|
font-size: 11px;
|
|
font-weight: bold;
|
|
font-family: "Cantarell", "Font Awesome 5 Pro";
|
|
/*border: 1px solid rgba(100, 114, 125, 0.5);*/
|
|
}
|
|
|
|
/* Module */
|
|
#clock,
|
|
#cpu,
|
|
#memory,
|
|
#network,
|
|
#pulseaudio,
|
|
#tray,
|
|
#mpd,
|
|
#disk,
|
|
#battery,
|
|
#backlight,
|
|
#workspaces {
|
|
padding-left: 0.7em;
|
|
padding-right: 0.7em;
|
|
/*background-color: #1c242c;*/
|
|
margin: 1px 2px;
|
|
}
|
|
|
|
#workspaces button:hover {
|
|
background: #93a1a1;
|
|
color: #141c21;
|
|
}
|
|
|
|
#workspaces button.active {
|
|
color: #b08500;
|
|
}
|
|
|
|
#workspaces button.active:hover {
|
|
color: #141c21;
|
|
}
|
|
|
|
#network.disconnected {
|
|
color: #e06a70;
|
|
}
|
|
|
|
#pulseaudio.muted {
|
|
color: #e06a70;
|
|
}
|
|
|
|
#mpd.stopped {
|
|
color: #e06a70;
|
|
}
|