style waybar to my liking >:)
This commit is contained in:
parent
1610d3a732
commit
af05aae09a
9 changed files with 73 additions and 99 deletions
44
waybar/styles/module-groups.css
Normal file
44
waybar/styles/module-groups.css
Normal 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 {
|
||||
}
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue