2023-05-17 00:21:45 -04:00
|
|
|
* {
|
|
|
|
border: none;
|
|
|
|
border-radius: 0;
|
2023-09-08 20:50:02 -04:00
|
|
|
font-family: AnonymicePro Nerd Font;
|
2023-05-17 00:21:45 -04:00
|
|
|
font-size: 15px;
|
|
|
|
box-shadow: none;
|
|
|
|
text-shadow: none;
|
|
|
|
transition-duration: 0s;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#waybar {
|
|
|
|
background-color:rgba(0,0,0,0.25);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
window {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
background: rgba(35, 31, 32, 0.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);
|
|
|
|
}
|
|
|
|
|
2023-06-09 22:19:29 -04:00
|
|
|
#workspaces button.active {
|
2023-05-17 00:21:45 -04:00
|
|
|
border-top: 3px solid rgba(217, 216, 216, 1);
|
|
|
|
border-bottom: 3px solid rgba(217, 216, 216, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
#workspaces button.urgent {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
}
|
|
|
|
|
2023-08-31 15:09:39 -04:00
|
|
|
#mode, #battery, #cpu, #memory, #network, #bluetooth, #pulseaudio, #idle_inhibitor, #backlight, #custom-storage, #custom-spotify, #custom-weather, #custom-mail {
|
2023-05-17 00:21:45 -04:00
|
|
|
margin: 0px 6px 0px 10px;
|
|
|
|
min-width: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#clock {
|
|
|
|
margin: 0px 16px 0px 10px;
|
|
|
|
min-width: 140px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.warning {
|
|
|
|
color: rgba(255, 210, 4, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.critical {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#battery.charging {
|
|
|
|
color: rgba(217, 216, 216, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-storage.warning {
|
|
|
|
color: rgba(255, 210, 4, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
#custom-storage.critical {
|
|
|
|
color: rgba(238, 46, 36, 1);
|
|
|
|
}
|