New backup 2025-09-01 02:15:02

This commit is contained in:
Penelope Gwen 2025-09-01 02:15:02 -07:00
parent 4aff022ba3
commit 66158c20d9
2 changed files with 18 additions and 5 deletions

View file

@ -9,7 +9,7 @@
$bar-module-width: 25px; $bar-module-width: 25px;
$bar-module-bg-color: rgba($color5,0.0); $bar-module-bg-color: rgba($color5,0.0);
$bar-bg-color: rgba($color5,0.8); $bar-bg-color: rgba($color5,1);
$bar-module-fg-color: rgba($color0,0.8); $bar-module-fg-color: rgba($color0,0.8);
$bar-module-inactive-fg-color: rgba($color0,0.4); $bar-module-inactive-fg-color: rgba($color0,0.4);
$bar-module-active-fg-color: rgba($color13,0.9); $bar-module-active-fg-color: rgba($color13,0.9);

View file

@ -23,18 +23,31 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
// box-shadow: 0px 0px 9px 0px $bar-module-fg-color; // box-shadow: 0px 0px 9px 0px $bar-module-fg-color;
.revealer-on-hover { .revealer-on-hover {
border: 3px solid $bar-bg-color; border: 2px solid $bar-bg-color;
border-radius: $bar-module-border-radius;
} }
.revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>*,
.revealer-on-hover>widget>box>box>button { .revealer-on-hover>widget>box>box>button {
color: $color0;
background-color: $bar-bg-color; background-color: $bar-bg-color;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius - 4;
&:hover { &:hover {
// background-color: red; // background-color: red;
border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius; // border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
} }
} }
.reveal_children {
&>*,
widget>image {
&:not(:last-child) {
// border-radius: $bar-module-border-radius;
border-right: 2px solid $bar-bg-color;
}
color: $bar-bg-color;
}
}
/* .revealer-on-hover>widget>box>box>*:hover { /* .revealer-on-hover>widget>box>box>*:hover {
background-color: rgba(0, 100, 0, 1); background-color: rgba(0, 100, 0, 1);
// border-radius: $bar-module-border-radius; // border-radius: $bar-module-border-radius;
@ -68,7 +81,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
box-shadow: 3px 0 3px -2px $bar-module-fg-color; box-shadow: 3px 0 3px -2px $bar-module-fg-color;
}*/ }*/
.revealer-on-hover.true { .revealer-on-hover.true {
background-color: $bar-reveal-children-bg-color; // background-color: $bar-reveal-children-bg-color;
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
// box-shadow: 3px 0 3px -2px $bar-module-fg-color; // box-shadow: 3px 0 3px -2px $bar-module-fg-color;
&>widget>box>box>* { &>widget>box>box>* {