chore: init comments / extra css

This commit is contained in:
notohh 2023-04-09 14:34:42 -04:00
parent d203f87c51
commit bcbfcc2497
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 29 additions and 1 deletions

View file

@ -4,7 +4,7 @@
lib,
...
}:
let
let
compileSCSS = name: source: "${pkgs.runCommandLocal name {} ''
mkdir -p $out
${lib.getExe pkgs.sassc} -t expanded '${source}' > $out/${name}.css

View file

@ -81,6 +81,8 @@ image {
border: 3px solid $pink;
}
/* workspaces */
#workspaces {
button {
min-width: 28px;
@ -91,6 +93,8 @@ image {
border: 3px solid $red;
}
/* end workspaces */
#window {
border-radius: 16px;
border: 3px solid $peach;
@ -108,10 +112,34 @@ image {
border: 3px solid $yellow;
}
/* tray */
#tray {
border: 3px solid $overlay1;
menu {
background: $base;
border-radius: 8px;
border: 3px solid $overlay1;
padding: 1.0rem;
}
}
#tray.passive {
border-bottom: 2px solid $base;
}
#tray.active {
border-bottom: 2px solid $green;
}
#tray.needs-attention {
border-bottom: 2px solid $red;
}
/* end tray */
/* custom modules */
#custom-wlogout {
border: 3px solid $overlay1;
}