2020-09-15 05:33:42 +02:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
|
|
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14pt;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
|
|
|
background: #252936;
|
|
|
|
color: #7780a1;
|
|
|
|
}
|
|
|
|
|
2020-09-15 05:51:19 +02:00
|
|
|
#clock,
|
|
|
|
#disk,
|
|
|
|
#pulseaudio,
|
|
|
|
#battery,
|
|
|
|
#tray,
|
|
|
|
#workspaces {
|
|
|
|
padding: 0 10px;
|
2020-09-15 05:33:42 +02:00
|
|
|
background: #1f222d;
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-right-arrow-dark,
|
|
|
|
#custom-left-arrow-dark {
|
|
|
|
color: #1f222d;
|
|
|
|
}
|
2020-09-15 05:51:19 +02:00
|
|
|
|
2020-09-15 05:33:42 +02:00
|
|
|
#custom-right-arrow-light,
|
|
|
|
#custom-left-arrow-light {
|
|
|
|
color: #252936;
|
|
|
|
background: #1f222d;
|
|
|
|
}
|
|
|
|
|
2020-09-15 05:51:19 +02:00
|
|
|
#workspaces button {
|
|
|
|
padding: 0 5px;
|
2020-09-15 05:33:42 +02:00
|
|
|
background: #1f222d;
|
2020-09-15 05:51:19 +02:00
|
|
|
color: #7780a1;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.warning {
|
|
|
|
color: #ffd400;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
|
|
|
color: #ff5400;
|
2020-09-15 05:33:42 +02:00
|
|
|
}
|