New backup 2025-08-31 16:30:01

This commit is contained in:
Penelope Gwen 2025-08-31 16:30:01 -07:00
parent 5add52a335
commit d2c1e3ec69
3 changed files with 11 additions and 9 deletions

View file

@ -21,8 +21,7 @@ $bar-module-hover-shadow: 1px 1px 4px rgba($color8,0.45),-1px 1px 4px rgba($colo
$bar-hover-bg-color: rgba($color1,0.5); $bar-hover-bg-color: rgba($color1,0.5);
$bar-hover-fg-color: rgba($color13,0.6); $bar-hover-fg-color: rgba($color13,0.6);
//$bar-module-border-radius: 8px; //$bar-module-border-radius: 8px;
$bar-module-border-radius: 1px; $bar-module-border-radius: 12px;
//$bar-module-border-radius: 12px;
//$bar-module-inner-radius: $bar-module-border-radius - 2; //$bar-module-inner-radius: $bar-module-border-radius - 2;
$bar-module-inner-radius: $bar-module-border-radius - 6; $bar-module-inner-radius: $bar-module-border-radius - 6;

View file

@ -10,17 +10,20 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
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 {
border-radius: 0px 0px $bar-module-border-radius 0px;
}
.leftgroup, .leftgroup,
.centergroup, .centergroup,
.rightgroup { .rightgroup {
/* margin: 10px 0px 10px;*/ /* margin: 10px 0px 10px;*/
background-color: $bar-bg-color; padding: 0px 10px 0px 0px;
background-color: rgba($bar-bg-color, 0.9);
/* & .profile-work { /* & .profile-work {
background-color: mix($color5, $color12); background-color: mix($color5, $color12);
} }
background-color: lighter($bar-bg-color); background-color: lighter($bar-bg-color);
background-color: darker(mix(#d68787, #add4fb, 50%));*/ background-color: darker(mix(#d68787, #add4fb, 50%));*/
border-radius: 0px 0px $bar-module-border-radius 0px;
/* border: 3px solid $bar-module-fg-color; /* border: 3px solid $bar-module-fg-color;
box-shadow: 0px 0px 9px 0px $bar-module-fg-color;*/ box-shadow: 0px 0px 9px 0px $bar-module-fg-color;*/
.revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>*,
@ -29,14 +32,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
&>button, &>button,
&>label { &>label {
color: $bar-module-fg-color; color: $bar-module-fg-color;
/* border-radius: $bar-module-inner-radius;*/ border-radius: $bar-module-inner-radius;
margin: 0px 5px; margin: 0px 5px;
margin-left: 0px; margin-left: 0px;
padding: 6px 10px; padding: 6px 10px;
min-width: $bar-module-width; min-width: $bar-module-width;
} }
.revealer-on-hover>widget>box>box>* { .revealer-on-hover>widget>box>box>* {
/* border-radius: $bar-module-inner-radius;*/ border-radius: $bar-module-inner-radius;
} }
.revealer-on-hover>widget>box>box>*, .revealer-on-hover>widget>box>box>*,
.reveal_children>widget>image, .reveal_children>widget>image,
@ -47,7 +50,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
} }
.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-inner-radius;*/ border-radius: $bar-module-inner-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>* {
background-color: $bar-bg-color; background-color: $bar-bg-color;
@ -169,7 +172,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
image{ image{
opacity: 0.5; opacity: 0.5;
transition: all 0.3s; transition: all 0.3s;
/* border-radius: $bar-module-inner-radius;*/ border-radius: $bar-module-inner-radius;
} }
&:hover,&:hover image { &:hover,&:hover image {
opacity: 1; opacity: 1;

View file

@ -26,7 +26,7 @@ set {
# Blur # Blur
layer_effects { layer_effects {
"eww-bar" $layer_blur "eww-bar" blur enable, blur_ignore_transparent enable
"wofi" $layer_blur "wofi" $layer_blur
"worf" $layer_blur "worf" $layer_blur
"gtk_layer_shell" $layer_blur "gtk_layer_shell" $layer_blur