New backup 2025-08-31 17:25:02
This commit is contained in:
parent
ef2bebb777
commit
d12d15c1eb
2 changed files with 5 additions and 3 deletions
|
|
@ -56,7 +56,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
.reveal_children:not(.tray)>*:not(:last-child),
|
.reveal_children:not(.tray)>*:not(:last-child),
|
||||||
&>button,
|
&>button,
|
||||||
&>label {
|
&>label {
|
||||||
box-shadow: 12px 0 3px -6px $bar-module-fg-color;
|
box-shadow: 8px 0 3px -6px $bar-module-fg-color;
|
||||||
}
|
}
|
||||||
.revealer-on-hover.true {
|
.revealer-on-hover.true {
|
||||||
background-color: $bar-reveal-children-bg-color;
|
background-color: $bar-reveal-children-bg-color;
|
||||||
|
|
@ -113,7 +113,9 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
}
|
}
|
||||||
&.center {
|
&.center {
|
||||||
color: $bar-module-fg-color;
|
color: $bar-module-fg-color;
|
||||||
border-radius: $bar-module-inner-radius;
|
// border-radius: $bar-module-inner-radius;
|
||||||
|
font-size: 0.9em;
|
||||||
|
margin: 2px 0px;
|
||||||
box-shadow: 0 0 2px 1px $bar-module-fg-color;
|
box-shadow: 0 0 2px 1px $bar-module-fg-color;
|
||||||
}
|
}
|
||||||
&.right {
|
&.right {
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ set {
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
layer_effects {
|
layer_effects {
|
||||||
"eww-bar" blur enable, blur_ignore_transparent enable
|
# "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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue