systray css
All checks were successful
Nix Build / build-nixos (push) Successful in 9m23s

This commit is contained in:
soraefir 2024-04-13 12:06:31 +02:00
parent 918a2460f2
commit 41efe10dd4
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
3 changed files with 36 additions and 1 deletions

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

View File

@ -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 */

View File

@ -7,7 +7,7 @@
:class "tray"
:space-evenly "true"
:orientation "v"
:icon-size 32
:icon-size 24
:prepend-new "false"
)
)