New backup 2025-09-01 01:45:01
This commit is contained in:
parent
081e1b4f09
commit
9449b6c1ae
3 changed files with 28 additions and 23 deletions
|
@ -6,7 +6,7 @@
|
|||
:namespace "eww-bar"
|
||||
:geometry (geometry :x "0%"
|
||||
; :y "0%"
|
||||
:y "0px"
|
||||
:y "5px"
|
||||
:width "100%"
|
||||
:height "30px"
|
||||
; :anchor "top")
|
||||
|
|
|
@ -4,7 +4,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
font-size: 1.05em;
|
||||
padding: 2px;
|
||||
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;
|
||||
|
||||
/* background: none;*/
|
||||
|
@ -12,14 +12,14 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
.centergroup,
|
||||
.rightgroup {
|
||||
/* margin: 10px 0px 10px;*/
|
||||
background-color: $bar-bg-color;
|
||||
/* & .profile-work {
|
||||
/* background-color: $bar-bg-color;
|
||||
& .profile-work {
|
||||
background-color: mix($color5, $color12);
|
||||
}
|
||||
background-color: lighter($bar-bg-color);
|
||||
background-color: darker(mix(#d68787, #add4fb, 50%));*/
|
||||
border-radius: $bar-module-border-radius;
|
||||
border: 3px solid $bar-module-fg-color;
|
||||
/* border-radius: $bar-module-border-radius;
|
||||
border: 3px solid $bar-module-fg-color;*/
|
||||
// box-shadow: 0px 0px 9px 0px $bar-module-fg-color;
|
||||
.revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children:not(.tray)>*,
|
||||
|
@ -27,14 +27,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-border-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-border-radius;
|
||||
}
|
||||
/* .revealer-on-hover>widget>box>box>*,
|
||||
.reveal_children>widget>image,
|
||||
|
@ -45,29 +45,29 @@ $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-border-radius;
|
||||
// box-shadow: 3px 0 3px -2px $bar-module-fg-color;
|
||||
&>widget>box>box>* {
|
||||
background-color: $bar-bg-color;
|
||||
}
|
||||
}
|
||||
.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 {
|
||||
background-color: $bar-bg-color;
|
||||
/* .profile-personal {
|
||||
background-color: rgba($bar-bg-color, 0.5);
|
||||
}
|
||||
.profile-development {
|
||||
background-color: mix($color9, $color12);
|
||||
background-color: rgba(mix($color9, $color12), 0.5);
|
||||
}
|
||||
.profile-school {
|
||||
background-color: mix($color5, $color3);
|
||||
background-color: rgba(mix($color5, $color3), 0.5);
|
||||
}
|
||||
.profile-work {
|
||||
background-color: mix($color5, $color4, 30%);
|
||||
}
|
||||
background-color: rgba(mix($color5, $color4, 30%), 0.5);
|
||||
}*/
|
||||
|
||||
.workspaces {
|
||||
color: $bar-module-fg-color;
|
||||
|
@ -92,16 +92,16 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
padding: 2px 3px;
|
||||
transition: all 0.3s;
|
||||
&.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;
|
||||
}
|
||||
&.center {
|
||||
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;
|
||||
}
|
||||
&.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;
|
||||
}
|
||||
label {
|
||||
|
@ -167,7 +167,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-border-radius;
|
||||
}
|
||||
&:hover,&:hover image {
|
||||
opacity: 1;
|
||||
|
|
|
@ -27,7 +27,7 @@ set {
|
|||
|
||||
# Blur
|
||||
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
|
||||
"wofi" $layer_blur
|
||||
"worf" $layer_blur
|
||||
|
@ -37,12 +37,17 @@ layer_effects {
|
|||
"swaync-notification-window" $layer_blur
|
||||
}
|
||||
|
||||
blur_brightness 1
|
||||
blur_brightness 0.9
|
||||
blur enable
|
||||
blur_radius 3
|
||||
blur_noise 0
|
||||
blur_contrast 1
|
||||
blur_saturation 0.95
|
||||
|
||||
shadows enable
|
||||
shadow_color $color5aa
|
||||
shadow_inactive_color $color088
|
||||
shadow_blur_radius 5
|
||||
shadow_blur_radius 10
|
||||
corner_radius 8
|
||||
#default_dim_inactive 0.25
|
||||
#set $trans 0.8
|
||||
|
|
Loading…
Add table
Reference in a new issue