2021-03-25 02:33:49 -04:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2022-02-12 14:37:17 -05:00
|
|
|
font-family: "Symbols Nerd Font", Sans;
|
2021-03-25 02:33:49 -04:00
|
|
|
font-size: 11px;
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
transition-duration: 0s;
|
|
|
|
min-height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
2021-07-23 16:19:27 -04:00
|
|
|
background: rgba(35, 31, 32, 0.85);
|
2021-03-25 02:33:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
window#waybar.solo {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
background: rgba(35, 31, 32, 0.85);
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces {
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button {
|
|
|
|
padding: 0 5px;
|
|
|
|
color: rgba(217, 216, 216, 0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.visible {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.focused {
|
|
|
|
border-top: 3px solid rgba(217, 216, 216, 1);
|
|
|
|
border-bottom: 3px solid rgba(217, 216, 216, 0);
|
|
|
|
}
|
|
|
|
|
2023-04-08 04:50:47 -04:00
|
|
|
#workspaces button.active {
|
|
|
|
border-top: 3px solid rgba(217, 216, 216, 1);
|
|
|
|
border-bottom: 3px solid rgba(217, 216, 216, 0);
|
|
|
|
}
|
|
|
|
|
2021-03-25 02:33:49 -04:00
|
|
|
#workspaces button.urgent {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
}
|
|
|
|
|
2024-10-07 20:30:12 -04:00
|
|
|
#mode, #battery, #cpu, #memory, #network, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail, #language {
|
2022-12-06 20:17:03 -05:00
|
|
|
margin: 0px 6px 0px 10px;
|
2021-03-25 02:33:49 -04:00
|
|
|
min-width: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
2022-12-06 20:17:03 -05:00
|
|
|
margin: 0px 16px 0px 10px;
|
2022-02-12 00:23:42 -05:00
|
|
|
min-width: 95px;
|
2021-03-25 02:33:49 -04:00
|
|
|
}
|
|
|
|
|
2021-12-04 21:08:45 -05:00
|
|
|
#battery.full {
|
|
|
|
color: rgba(36, 238, 46, 1);
|
|
|
|
}
|
|
|
|
|
2022-02-10 17:50:01 -05:00
|
|
|
#battery.warning:not(.charging) {
|
|
|
|
color: rgba(255, 210, 4, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes blink {
|
|
|
|
to {
|
2023-04-08 04:50:47 -04:00
|
|
|
color: #555555;
|
2022-02-10 17:50:01 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical:not(.charging) {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
animation-name: blink;
|
|
|
|
animation-duration: 0.5s;
|
|
|
|
animation-timing-function: linear;
|
|
|
|
animation-iteration-count: infinite;
|
|
|
|
animation-direction: alternate;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
2021-03-25 02:33:49 -04:00
|
|
|
#battery.warning {
|
|
|
|
color: rgba(255, 210, 4, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.charging {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
}
|
2021-12-04 21:08:45 -05:00
|
|
|
*/
|
2021-03-25 02:33:49 -04:00
|
|
|
|
|
|
|
#custom-storage.warning {
|
|
|
|
color: rgba(255, 210, 4, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-storage.critical {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
}
|