New backup 2025-08-31 16:45:02

This commit is contained in:
Penelope Gwen 2025-08-31 16:45:02 -07:00
parent d2c1e3ec69
commit f3f2f8f96a

View file

@ -6,19 +6,24 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
margin: 0px 15px;*/ margin: 0px 15px;*/
padding: 0px; padding: 0px;
/* border-radius: 0px 0px $bar-module-border-radius 0px;*/ /* border-radius: 0px 0px $bar-module-border-radius 0px;*/
border-radius: 0px; border-radius: $bar-module-border-radius;
margin: 0px; margin: 0px;
/* background: none; /* background: none;
background-color: rgba($bar-bg-color, 0.5);*/ background-color: rgba($bar-bg-color, 0.5);*/
.leftgroup { .leftgroup {
padding: 0px 10px 0px 0px;
border-radius: 0px 0px $bar-module-border-radius 0px; border-radius: 0px 0px $bar-module-border-radius 0px;
} }
.rightgroup {
// padding: 0px 0px 0px 10px;
border-radius: 0px 0px 0px $bar-module-border-radius;
}
.leftgroup, .leftgroup,
.centergroup, .centergroup,
.rightgroup { .rightgroup {
/* margin: 10px 0px 10px;*/ /* margin: 10px 0px 10px;
padding: 0px 10px 0px 0px; padding: 0px 10px 0px 0px;*/
background-color: rgba($bar-bg-color, 0.9); background-color: rgba($bar-bg-color, 0.8);
/* & .profile-work { /* & .profile-work {
background-color: mix($color5, $color12); background-color: mix($color5, $color12);
} }
@ -39,6 +44,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
min-width: $bar-module-width; min-width: $bar-module-width;
} }
.revealer-on-hover>widget>box>box>* { .revealer-on-hover>widget>box>box>* {
margin-right: 10px;
border-radius: $bar-module-inner-radius; border-radius: $bar-module-inner-radius;
} }
.revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>*,
@ -61,7 +67,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
} }
} }
/* .profile-personal { .profile-personal {
background-color: $bar-bg-color; background-color: $bar-bg-color;
} }
.profile-development { .profile-development {
@ -72,7 +78,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
} }
.profile-work { .profile-work {
background-color: mix($color5, $color4, 30%); background-color: mix($color5, $color4, 30%);
}*/ }
.workspaces { .workspaces {
color: $bar-module-fg-color; color: $bar-module-fg-color;