2019-05-09 21:37:18 +00:00
|
|
|
* {
|
|
|
|
border: none;
|
2021-05-30 02:13:46 +00:00
|
|
|
font-family: monospace, "Font Awesome 5 Pro";
|
2019-05-09 21:37:18 +00:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar {
|
2021-05-30 02:13:46 +00:00
|
|
|
background: rgba(60, 56, 54, 0.9);
|
|
|
|
color: rgba(235, 219, 178, 1);
|
2019-05-09 21:37:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
padding: 0 5px;
|
|
|
|
background: transparent;
|
2021-05-30 02:13:46 +00:00
|
|
|
color: inherit;
|
2019-05-09 21:37:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
2021-05-30 02:13:46 +00:00
|
|
|
background: rgba(235, 219, 178, 1);
|
|
|
|
color: rgba(60, 56, 54, 0.9);
|
|
|
|
font-weight: 900;
|
2019-05-09 21:37:18 +00:00
|
|
|
}
|
|
|
|
|
2021-05-30 02:13:46 +00:00
|
|
|
#custom-spotify, #clock, #battery, #cpu, #memory, #temperature, #backlight, #network, #pulseaudio, #custom-vpn {
|
2019-05-09 21:37:18 +00:00
|
|
|
padding: 0 10px;
|
2021-05-30 02:13:46 +00:00
|
|
|
border-left: 1px dotted #ebdbb2;
|
|
|
|
border-radius: 6.5px;
|
2019-05-09 21:37:18 +00:00
|
|
|
}
|
|
|
|
|
2021-05-30 05:12:46 +00:00
|
|
|
#custom-vpn {
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
2019-05-09 21:37:18 +00:00
|
|
|
#idle_inhibitor, #tray, #custom-vpn {
|
2021-05-30 02:13:46 +00:00
|
|
|
padding-right: 0;
|
2021-05-30 05:12:46 +00:00
|
|
|
min-width: 23px;
|
2021-05-30 02:13:46 +00:00
|
|
|
color: white;
|
2019-05-09 22:48:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#tray {
|
|
|
|
margin-left: 5px;
|
2021-05-30 02:13:46 +00:00
|
|
|
font-family: sans-serif;
|
2019-05-09 21:37:18 +00:00
|
|
|
}
|