This commit is contained in:
parent
918a2460f2
commit
41efe10dd4
32
modules/home/wayland/apps/eww/bar/css/_systray.scss
Normal file
32
modules/home/wayland/apps/eww/bar/css/_systray.scss
Normal file
@ -0,0 +1,32 @@
|
||||
.tray menu {
|
||||
background-color: $base01;
|
||||
color: $base07;
|
||||
@include border-radius;
|
||||
@include border-active;
|
||||
|
||||
|
||||
padding: 10px 0px;
|
||||
|
||||
>menuitem {
|
||||
margin: 0px $border-width;
|
||||
padding: 0px 10px;
|
||||
|
||||
&:disabled label {
|
||||
color: $base04;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $base0C;
|
||||
}
|
||||
}
|
||||
|
||||
separator {
|
||||
background-color: $base03;
|
||||
padding-top: 1px;
|
||||
margin:10px 0px;
|
||||
|
||||
&:last-child {
|
||||
padding: unset;
|
||||
}
|
||||
}
|
||||
}
|
@ -13,6 +13,8 @@
|
||||
}
|
||||
|
||||
@mixin border-active {
|
||||
border-width: $border-width;
|
||||
border-style: solid;
|
||||
border-color: $base04;
|
||||
}
|
||||
|
||||
@ -115,6 +117,7 @@ tooltip {
|
||||
@import 'css/clock';
|
||||
@import 'css/radio';
|
||||
@import 'css/powermenu';
|
||||
@import 'css/systray';
|
||||
|
||||
|
||||
/* BAR */
|
||||
|
@ -7,7 +7,7 @@
|
||||
:class "tray"
|
||||
:space-evenly "true"
|
||||
:orientation "v"
|
||||
:icon-size 32
|
||||
:icon-size 24
|
||||
:prepend-new "false"
|
||||
)
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user