New backup 2025-07-18 12:00:02

This commit is contained in:
Penelope Gwen 2025-07-18 12:00:02 -07:00
parent 785861cbaf
commit 4ddca0ed55

View file

@ -90,11 +90,11 @@ progressbar>trough>progress {
background-color: $color2; background-color: $color2;
border-radius: 4px; border-radius: 4px;
min-height: 10px; min-height: 10px;
transition: box-shadow 0.3s;
} }
scale trough highlight:hover { scale trough highlight:hover {
box-shadow: 0px 0px 0px 2px $color2; box-shadow: 0px 0px 0px 2px $color2;
transition: box-shadow 0.25s;
} }
//value graphs //value graphs
@ -115,9 +115,9 @@ circular-progress {
// background-color: $bar-module-bg-color; // background-color: $bar-module-bg-color;
padding: 3px 4px; padding: 3px 4px;
min-width: $bar-module-width; min-width: $bar-module-width;
transition: all 0.3s;
&:hover { &:hover {
text-shadow: $bar-module-hover-shadow; text-shadow: $bar-module-hover-shadow;
transition: all 0.3s;
// background-color: rgba($color1,0.5); // background-color: rgba($color1,0.5);
// border: 1px solid $bar-module-fg-color; // border: 1px solid $bar-module-fg-color;
} }
@ -127,11 +127,10 @@ circular-progress {
image { image {
opacity: 0.5; opacity: 0.5;
transition: all 0.5s; transition: all 0.5s;
border-radius: 4px;
} }
&:hover image { &:hover image {
opacity: 1; opacity: 1;
box-shadow: 0px 0px 5px green;
// transition: all 0.3s;
} }
} }
@ -172,7 +171,8 @@ label {
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
} }
.workspaces button, .workspaces button,
.leftgroup button { .leftgroup button,
.rightgroup button {
// background-color: $bar-module-bg-color; // background-color: $bar-module-bg-color;
// border-left: 1px solid $bar-module-fg-color; // border-left: 1px solid $bar-module-fg-color;
color: $bar-module-fg-color; color: $bar-module-fg-color;
@ -195,13 +195,13 @@ label {
color: $bar-module-active-fg-color; color: $bar-module-active-fg-color;
text-shadow: $bar-module-active-shadow; text-shadow: $bar-module-active-shadow;
} }
button.active { /*button.active {
text-shadow: $bar-module-active-shadow; text-shadow: $bar-module-active-shadow;
color: $bar-module-fg-color; color: $bar-module-fg-color;
} }
button.inactive { button.inactive {
color: $bar-module-inactive-fg-color; color: $bar-module-inactive-fg-color;
} }*/
.workspaces button:first-child { .workspaces button:first-child {
//.reveal_children>box:first-child, //.reveal_children>box:first-child,
//.reveal_children>scale:first-child, //.reveal_children>scale:first-child,
@ -250,6 +250,7 @@ menu {
menuitem { menuitem {
padding:10px; padding:10px;
margin:5px 10px; margin:5px 10px;
transition: all .2s ease;
&:backdrop { &:backdrop {
background-color:green; background-color:green;
} }
@ -261,7 +262,6 @@ menu {
&:hover { &:hover {
background-color:rgba($color12,0.5); background-color:rgba($color12,0.5);
color: $color1; color: $color1;
transition: all .2s ease;
} }
} }
} }