This commit is contained in:
Liam Waldron 2025-07-24 17:31:29 -04:00
parent 931673154c
commit bc4e393b25

View File

@ -5,8 +5,8 @@
}
window#waybar {
background-color: #272e33;
border: 2px solid #3d484d;
background-color: transparent;
border: 0px solid #3d484d;
border-radius: 20px;
transition-property: background-color;
transition-duration: .5s;
@ -49,6 +49,24 @@ button:hover {
/*box-shadow: inset 0 -3px #ffffff; */
}
.modules-left {
background-color: rgba(45, 56, 49, 0.4);
border: 2px solid #3d484d;
border-radius: 20px;
}
.modules-center {
background-color: rgba(45, 56, 49, 0.4);
border: 2px solid #3d484d;
border-radius: 20px;
}
.modules-right {
background-color: rgba(45, 56, 49, 0.4);
border: 2px solid #3d484d;
border-radius: 20px;
}
/* you can set a style on hover for any module like this */
#workspaces button {
margin-top: 5px;