user/eww-wayland: more widgets!!
includes widgets for bluetooth, wifi, and battery also sets a margin for the title widget
This commit is contained in:
parent
91a993a8f7
commit
70caf4cd4b
3 changed files with 127 additions and 8 deletions
|
|
@ -24,6 +24,19 @@ window {
|
|||
border-radius: 50px;
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.pill {
|
||||
margin-right: 5px;
|
||||
padding: 5px 10px;
|
||||
}
|
||||
|
||||
.extended {
|
||||
padding: 5px 15px;
|
||||
}
|
||||
|
||||
.time {
|
||||
.base {
|
||||
font-weight: 700;
|
||||
|
|
@ -70,3 +83,8 @@ window {
|
|||
}
|
||||
}
|
||||
|
||||
.pill-icon {
|
||||
color: $accent;
|
||||
font-family: Material Symbols Outlined;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue