eww: Added systray widget to bar
This commit is contained in:
parent
d8a00d24dc
commit
34c4fd6c58
2 changed files with 32 additions and 0 deletions
|
@ -37,6 +37,37 @@
|
|||
color: #a286c8;
|
||||
}
|
||||
|
||||
.systray {
|
||||
margin: 0px;
|
||||
|
||||
& > menuitem {
|
||||
menu {
|
||||
padding: 5px 5px;
|
||||
border-radius: 10px;
|
||||
background-color: #181926;
|
||||
|
||||
menuitem {
|
||||
margin: 1px 0;
|
||||
|
||||
&:hover {
|
||||
padding-left: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
separator {
|
||||
margin: 6px 0;
|
||||
min-height: 3px;
|
||||
border-radius: 99px;
|
||||
background-color: rgba(5, 5, 5, 0.35);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& > menuitem:first-child {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
& * {
|
||||
.normal {
|
||||
color: #86b985;
|
||||
|
|
|
@ -190,6 +190,7 @@
|
|||
(volume)
|
||||
(label :text "") ; Else container spacing rule doesn't apply
|
||||
(mic)
|
||||
(systray :pack-direction "ltr" :class "systray")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue