style waybar to my liking >:)

This commit is contained in:
Benjamin Palko 2024-03-20 13:50:33 -05:00
parent 1610d3a732
commit af05aae09a
9 changed files with 73 additions and 99 deletions

View file

@ -0,0 +1,44 @@
/*
* Modules groups
*/
.modules-left {
padding: 0 2px 0 2px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.66);
margin-left: 15px;
}
.modules-center {
padding: 0 2px 0 2px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.66);
}
.modules-right {
padding: 0 2px 0 2px;
border-radius: 5px;
background: rgba(0, 0, 0, 0.66);
margin-right: 15px;
}
/*
* Module widgets
*/
.modules-left > widget {
}
.modules-left > widget:first-child {
}
.modules-left > widget:last-child {
}
.modules-right > widget {
}
.modules-right > widget:first-child {
}
.modules-right > widget:last-child {
}