New backup 2025-09-01 01:45:01

This commit is contained in:
Penelope Gwen 2025-09-01 01:45:01 -07:00
parent 081e1b4f09
commit 9449b6c1ae
3 changed files with 28 additions and 23 deletions

View file

@ -6,7 +6,7 @@
:namespace "eww-bar" :namespace "eww-bar"
:geometry (geometry :x "0%" :geometry (geometry :x "0%"
; :y "0%" ; :y "0%"
:y "0px" :y "5px"
:width "100%" :width "100%"
:height "30px" :height "30px"
; :anchor "top") ; :anchor "top")

View file

@ -4,7 +4,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
font-size: 1.05em; font-size: 1.05em;
padding: 2px; padding: 2px;
margin: 10px 15px; margin: 10px 15px;
background-color: rgba($bar-bg-color, 0.1); background-color: rgba($bar-bg-color, 0.2);
border-radius: $bar-module-border-radius; border-radius: $bar-module-border-radius;
/* background: none;*/ /* background: none;*/
@ -12,14 +12,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.centergroup, .centergroup,
.rightgroup { .rightgroup {
/* margin: 10px 0px 10px;*/ /* margin: 10px 0px 10px;*/
background-color: $bar-bg-color; /* background-color: $bar-bg-color;
/* & .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: $bar-module-border-radius; /* border-radius: $bar-module-border-radius;
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>*,
.reveal_children:not(.tray)>*, .reveal_children:not(.tray)>*,
@ -27,14 +27,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-border-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-border-radius;
} }
/* .revealer-on-hover>widget>box>box>*, /* .revealer-on-hover>widget>box>box>*,
.reveal_children>widget>image, .reveal_children>widget>image,
@ -45,29 +45,29 @@ $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-border-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;
} }
} }
.reveal_children { .reveal_children {
border-radius: 0px $bar-module-inner-radius $bar-module-inner-radius 0px; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
} }
} }
.profile-personal { /* .profile-personal {
background-color: $bar-bg-color; background-color: rgba($bar-bg-color, 0.5);
} }
.profile-development { .profile-development {
background-color: mix($color9, $color12); background-color: rgba(mix($color9, $color12), 0.5);
} }
.profile-school { .profile-school {
background-color: mix($color5, $color3); background-color: rgba(mix($color5, $color3), 0.5);
} }
.profile-work { .profile-work {
background-color: mix($color5, $color4, 30%); background-color: rgba(mix($color5, $color4, 30%), 0.5);
} }*/
.workspaces { .workspaces {
color: $bar-module-fg-color; color: $bar-module-fg-color;
@ -92,16 +92,16 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
padding: 2px 3px; padding: 2px 3px;
transition: all 0.3s; transition: all 0.3s;
&.left { &.left {
border-radius: $bar-module-inner-radius 0px 0px $bar-module-inner-radius; border-radius: $bar-module-border-radius 0px 0px $bar-module-border-radius;
// box-shadow: -3px 0 2px -1px $bar-module-fg-color; // box-shadow: -3px 0 2px -1px $bar-module-fg-color;
} }
&.center { &.center {
color: $bar-module-fg-color; color: $bar-module-fg-color;
border-radius: $bar-module-inner-radius; border-radius: $bar-module-border-radius;
// box-shadow: 0 0 2px 1px $bar-module-fg-color; // box-shadow: 0 0 2px 1px $bar-module-fg-color;
} }
&.right { &.right {
border-radius: 0px $bar-module-inner-radius $bar-module-inner-radius 0px; border-radius: 0px $bar-module-border-radius $bar-module-border-radius 0px;
// box-shadow: 3px 0 2px -1px $bar-module-fg-color; // box-shadow: 3px 0 2px -1px $bar-module-fg-color;
} }
label { label {
@ -167,7 +167,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-border-radius;
} }
&:hover,&:hover image { &:hover,&:hover image {
opacity: 1; opacity: 1;

View file

@ -27,7 +27,7 @@ set {
# Blur # Blur
layer_effects { layer_effects {
"eww-bar" blur enable, blur_ignore_transparent enable, shadows enable, corner_radius 12 "eww-bar" blur enable, blur_ignore_transparent enable, shadows enable, corner_radius 12, blur_xray enable
#, shadows enable, shadow_color #ffffff, shadow_blur_radius 5 #, shadows enable, shadow_color #ffffff, shadow_blur_radius 5
"wofi" $layer_blur "wofi" $layer_blur
"worf" $layer_blur "worf" $layer_blur
@ -37,12 +37,17 @@ layer_effects {
"swaync-notification-window" $layer_blur "swaync-notification-window" $layer_blur
} }
blur_brightness 1 blur_brightness 0.9
blur enable blur enable
blur_radius 3
blur_noise 0
blur_contrast 1
blur_saturation 0.95
shadows enable shadows enable
shadow_color $color5aa shadow_color $color5aa
shadow_inactive_color $color088 shadow_inactive_color $color088
shadow_blur_radius 5 shadow_blur_radius 10
corner_radius 8 corner_radius 8
#default_dim_inactive 0.25 #default_dim_inactive 0.25
#set $trans 0.8 #set $trans 0.8