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