2020-09-15 05:33:42 +02:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
font-family: Roboto, Helvetica, Arial, sans-serif;
|
|
|
|
font-size: 14pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
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,
|
2023-11-06 12:04:05 +01:00
|
|
|
#tray,
|
|
|
|
#idle_inhibitor,
|
|
|
|
#workspaces,
|
2024-01-30 15:30:25 +01:00
|
|
|
#mode,
|
|
|
|
#custom-notification {
|
2020-09-19 01:03:44 +02:00
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
2020-09-17 17:27:29 +02:00
|
|
|
#mode {
|
|
|
|
color: #4DADD4;
|
2020-09-15 05:33:42 +02:00
|
|
|
}
|
|
|
|
|
2020-09-15 05:51:19 +02:00
|
|
|
#workspaces button {
|
|
|
|
padding: 0 5px;
|
2023-11-06 12:04:05 +01:00
|
|
|
background: transparent;
|
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
|
|
|
}
|
|
|
|
|
|
|
|
#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
|
|
|
}
|