New backup 2025-08-31 16:30:01
This commit is contained in:
parent
5add52a335
commit
d2c1e3ec69
3 changed files with 11 additions and 9 deletions
|
|
@ -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-fg-color: rgba($color13,0.6);
|
||||
//$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 - 6;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,17 +10,20 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
margin: 0px;
|
||||
/* background: none;
|
||||
background-color: rgba($bar-bg-color, 0.5);*/
|
||||
.leftgroup {
|
||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||
}
|
||||
.leftgroup,
|
||||
.centergroup,
|
||||
.rightgroup {
|
||||
/* margin: 10px 0px 10px;*/
|
||||
background-color: $bar-bg-color;
|
||||
padding: 0px 10px 0px 0px;
|
||||
background-color: rgba($bar-bg-color, 0.9);
|
||||
/* & .profile-work {
|
||||
background-color: mix($color5, $color12);
|
||||
}
|
||||
background-color: lighter($bar-bg-color);
|
||||
background-color: darker(mix(#d68787, #add4fb, 50%));*/
|
||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||
/* border: 3px solid $bar-module-fg-color;
|
||||
box-shadow: 0px 0px 9px 0px $bar-module-fg-color;*/
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
|
|
@ -29,14 +32,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
&>button,
|
||||
&>label {
|
||||
color: $bar-module-fg-color;
|
||||
/* border-radius: $bar-module-inner-radius;*/
|
||||
border-radius: $bar-module-inner-radius;
|
||||
margin: 0px 5px;
|
||||
margin-left: 0px;
|
||||
padding: 6px 10px;
|
||||
min-width: $bar-module-width;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>* {
|
||||
/* border-radius: $bar-module-inner-radius;*/
|
||||
border-radius: $bar-module-inner-radius;
|
||||
}
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children>widget>image,
|
||||
|
|
@ -47,7 +50,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
}
|
||||
.revealer-on-hover.true {
|
||||
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;
|
||||
&>widget>box>box>* {
|
||||
background-color: $bar-bg-color;
|
||||
|
|
@ -169,7 +172,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
image{
|
||||
opacity: 0.5;
|
||||
transition: all 0.3s;
|
||||
/* border-radius: $bar-module-inner-radius;*/
|
||||
border-radius: $bar-module-inner-radius;
|
||||
}
|
||||
&:hover,&:hover image {
|
||||
opacity: 1;
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ set {
|
|||
|
||||
# Blur
|
||||
layer_effects {
|
||||
"eww-bar" $layer_blur
|
||||
"eww-bar" blur enable, blur_ignore_transparent enable
|
||||
"wofi" $layer_blur
|
||||
"worf" $layer_blur
|
||||
"gtk_layer_shell" $layer_blur
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue