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:
LavaDesu 2025-03-15 22:37:47 +11:00
parent 91a993a8f7
commit 70caf4cd4b
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 127 additions and 8 deletions

View file

@ -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;
}