2021-01-07 18:11:30 +01:00
|
|
|
* {
|
|
|
|
font-size: 11px;
|
2021-01-21 16:58:25 +01:00
|
|
|
font-family: "Font Awesome 5 Free";
|
2021-01-07 18:11:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
color: #d8dee9;
|
|
|
|
background: none;
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Base styling for modules */
|
|
|
|
#workspaces,
|
2021-01-08 09:39:31 +01:00
|
|
|
#mode,
|
2021-01-07 18:11:30 +01:00
|
|
|
#disk,
|
|
|
|
#network,
|
|
|
|
#cpu,
|
|
|
|
#memory,
|
2021-01-08 09:39:31 +01:00
|
|
|
#temperature,
|
2021-01-07 18:11:30 +01:00
|
|
|
#pulseaudio,
|
|
|
|
#custom-spotify,
|
|
|
|
#custom-multimedia_previous,
|
|
|
|
#custom-multimedia_current,
|
|
|
|
#custom-multimedia_next,
|
|
|
|
#clock,
|
2021-01-12 17:45:36 +01:00
|
|
|
#mpd,
|
2021-01-07 18:11:30 +01:00
|
|
|
#tray {
|
|
|
|
padding: 0px 8px 0px 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: rgba(76, 86, 106, 0.7);
|
|
|
|
margin: 0 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#workspaces button {
|
|
|
|
padding: 0px 12px 0px 12px;
|
|
|
|
border-radius: 4px;
|
|
|
|
background: rgba(94,129,172,0.7);
|
|
|
|
margin: 0 1px;
|
|
|
|
}
|
|
|
|
#workspaces button.focused {
|
|
|
|
border-radius: 4px;
|
2021-01-08 14:16:32 +01:00
|
|
|
color: rgba(46, 52, 64, 1);
|
|
|
|
background: rgba(136, 192, 208, 0.7);
|
2021-01-07 18:11:30 +01:00
|
|
|
}
|
|
|
|
#workspaces button.urgent {
|
2021-01-08 09:39:31 +01:00
|
|
|
background: rgba(208, 135, 112, 0.7);
|
2021-01-07 18:11:30 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#network.disconnected {
|
|
|
|
background: rgba(191, 97, 106, 0.7);
|
|
|
|
}
|
2021-01-08 09:39:31 +01:00
|
|
|
|
|
|
|
#temperature.1 {
|
|
|
|
margin-right: 0;
|
|
|
|
padding-right: 4px;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
}
|
|
|
|
#temperature.2 {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0 4px;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
#temperature.3 {
|
|
|
|
margin-left: 0;
|
|
|
|
padding-left: 4px;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
}
|
|
|
|
|
2021-01-07 18:11:30 +01:00
|
|
|
/* Style for buttons */
|
2021-01-12 17:45:36 +01:00
|
|
|
#mpd,
|
2021-01-07 18:11:30 +01:00
|
|
|
#custom-spotify,
|
|
|
|
#custom-multimedia_previous,
|
|
|
|
#custom-multimedia_current,
|
|
|
|
#custom-multimedia_next {
|
|
|
|
background: rgba(94,129,172,0.7);
|
|
|
|
}
|