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 {
|
2020-09-19 00:47:47 +02:00
|
|
|
background: #2F343F;
|
2022-11-06 18:50:53 +01:00
|
|
|
color: #D3DAE3;
|
2020-09-19 00:47:47 +02:00
|
|
|
}
|
|
|
|
|
2020-09-15 05:51:19 +02:00
|
|
|
#clock,
|
|
|
|
#disk,
|
|
|
|
#pulseaudio,
|
|
|
|
#battery,
|
2020-09-19 01:03:44 +02:00
|
|
|
#tray {
|
2022-11-06 18:50:53 +01:00
|
|
|
padding: 0 5px;
|
|
|
|
color: #D3DAE3;
|
2020-09-17 17:27:29 +02:00
|
|
|
}
|
|
|
|
|
2020-09-19 01:03:44 +02:00
|
|
|
#workspaces {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2020-09-17 17:27:29 +02:00
|
|
|
#mode {
|
|
|
|
color: #4DADD4;
|
2022-11-06 18:50:53 +01:00
|
|
|
padding: 0 5px;
|
2020-09-15 05:33:42 +02:00
|
|
|
}
|
|
|
|
|
2020-09-19 00:47:47 +02:00
|
|
|
#idle_inhibitor {
|
2022-11-06 18:50:53 +01:00
|
|
|
color: #D3DAE3;
|
|
|
|
padding: 0 5px;
|
2020-09-15 05:33:42 +02:00
|
|
|
}
|
|
|
|
|
2020-09-15 05:51:19 +02:00
|
|
|
#workspaces button {
|
|
|
|
padding: 0 5px;
|
2020-09-17 17:27:29 +02:00
|
|
|
background: #2F343F;
|
2020-09-16 21:26:46 +02:00
|
|
|
color: #D3DAE3;
|
2020-09-15 05:51:19 +02:00
|
|
|
}
|
|
|
|
|
2020-09-16 21:26:46 +02:00
|
|
|
#workspaces button.visible {
|
|
|
|
color: #FFFFFF;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.urgent {
|
|
|
|
color: #F27835;
|
2020-09-15 05:51:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button:hover {
|
2020-09-16 21:26:46 +02:00
|
|
|
box-shadow: inherit;
|
|
|
|
text-shadow: inherit;
|
2020-09-15 05:51:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery.warning {
|
2020-09-16 21:26:46 +02:00
|
|
|
color: #F27835;
|
2020-09-15 05:51:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
2020-09-16 21:26:46 +02:00
|
|
|
color: #FC4138;
|
2020-09-15 05:33:42 +02:00
|
|
|
}
|
2022-11-06 18:50:53 +01:00
|
|
|
|
|
|
|
/* temporary fix */
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
label:disabled,
|
|
|
|
button:disabled {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
button:hover {
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* temporary fix */
|
|
|
|
button {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
label:disabled,
|
|
|
|
button:disabled {
|
|
|
|
color: inherit;
|
|
|
|
}
|