unified all colors and visible modules (except the battery ones)

This commit is contained in:
skyler 2025-05-05 00:25:47 +08:00
parent c073f9d1e3
commit 40eae9c859

View File

@ -6,7 +6,7 @@
window#waybar {
background-color: rgba(43, 48, 59, 0.5);
border-bottom: 3px solid rgba(100, 114, 125, 0.5);
border-bottom: 2px solid rgba(100, 114, 125, 0.5);
color: #ffffff;
transition-property: background-color;
transition-duration: .5s;
@ -49,10 +49,11 @@ button:hover {
}
/* you can set a style on hover for any module like this */
/*
#pulseaudio:hover {
background-color: #a37800;
}
*/
#workspaces button {
padding: 0 5px;
background-color: transparent;
@ -84,6 +85,9 @@ button:hover {
#disk,
#temperature,
#backlight,
#custom-nvidia,
#hyprland-workspaces,
#mpris,
#network,
#pulseaudio,
#wireplumber,
@ -112,7 +116,7 @@ button:hover {
.modules-right > widget:last-child > #workspaces {
margin-right: 0;
}
/*
#clock {
background-color: #64727D;
}
@ -134,7 +138,6 @@ button:hover {
}
}
/* Using steps() instead of linear as a timing function to limit cpu usage */
#battery.critical:not(.charging) {
background-color: #f53c3c;
color: #ffffff;
@ -325,3 +328,4 @@ label:focus {
#privacy-item.audio-out {
background-color: #0069d4;
}
*/