New backup 2025-09-01 01:15:02

This commit is contained in:
Penelope Gwen 2025-09-01 01:15:02 -07:00
parent 898a3b216c
commit e3c740bb24
2 changed files with 16 additions and 14 deletions

View file

@ -2,7 +2,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.bar.horizontal {
font-size: 1.05em;
padding: 10px;
padding: 2px;
margin: 10px 15px;
background-color: rgba($bar-bg-color, 0.5);
border-radius: $bar-module-border-radius;
@ -20,7 +20,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
background-color: darker(mix(#d68787, #add4fb, 50%));*/
border-radius: $bar-module-border-radius;
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>*,
.reveal_children:not(.tray)>*,
.reveal_children>widget>image,
@ -36,17 +36,17 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.revealer-on-hover>widget>box>box>* {
border-radius: $bar-module-inner-radius;
}
.revealer-on-hover>widget>box>box>*,
/* .revealer-on-hover>widget>box>box>*,
.reveal_children>widget>image,
.reveal_children:not(.tray)>*:not(:last-child),
&>button,
&>label {
box-shadow: 3px 0 3px -2px $bar-module-fg-color;
}
}*/
.revealer-on-hover.true {
background-color: $bar-reveal-children-bg-color;
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>* {
background-color: $bar-bg-color;
}
@ -93,16 +93,16 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
transition: all 0.3s;
&.left {
border-radius: $bar-module-inner-radius 0px 0px $bar-module-inner-radius;
box-shadow: -3px 0 2px -1px $bar-module-fg-color;
// box-shadow: -3px 0 2px -1px $bar-module-fg-color;
}
&.center {
color: $bar-module-fg-color;
border-radius: $bar-module-inner-radius;
box-shadow: 0 0 2px 1px $bar-module-fg-color;
// box-shadow: 0 0 2px 1px $bar-module-fg-color;
}
&.right {
border-radius: 0px $bar-module-inner-radius $bar-module-inner-radius 0px;
box-shadow: 3px 0 2px -1px $bar-module-fg-color;
// box-shadow: 3px 0 2px -1px $bar-module-fg-color;
}
label {
padding: 4px 6px;
@ -133,10 +133,10 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
background-color: $color2;
border-radius: 4px;
min-height: 10px;
transition: box-shadow 0.3s;
/* transition: box-shadow 0.3s;
&:hover{
box-shadow: 0px 0px 0px 2px $color2;
}
}*/
}
circular-progress {
color: $color9;
@ -178,7 +178,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
}
.chevron box {
border: 2px solid transparent;
box-shadow: 8px -8px 10px -8px black;
// box-shadow: 8px -8px 10px -8px black;
}
.inactive {
opacity: 0.5;
@ -191,6 +191,6 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.tray_tab>widget>box>box,
.tray_tab .reveal_children>widget:last-child>image {
margin-right: -5px;
box-shadow: 0px 0px 0px 0px transparent;
// box-shadow: 0px 0px 0px 0px transparent;
}
}

View file

@ -20,17 +20,19 @@ client.unfocused $color5 $color5 $color5 $color0dd
set {
$layer_blur blur enable, blur_ignore_transparent enable, corner_radius 10
$eww_blur blur enable, blur_ignore_transparent enable, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
# $layer_blur blur enable, shadows enable, blur_ignore_transparent enable, corner_radius 10
# $nonwofi_layer_blur blur enable, blur_ignore_transparent enable
}
# Blur
layer_effects {
# "eww-bar" blur enable, blur_ignore_transparent enable
"eww-bar" blur enable, blur_ignore_transparent enable, shadows enable
#, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
"wofi" $layer_blur
"worf" $layer_blur
"gtk_layer_shell" $layer_blur
# "gtk-layer-shell" $layer_blur
# "gtk-layer-shell" $eww_blur
"swaync-control-center" $layer_blur
"swaync-notification-window" $layer_blur
}