New backup 2025-08-31 16:00:02

This commit is contained in:
Penelope Gwen 2025-08-31 16:00:02 -07:00
parent 918faad86e
commit de01701626
3 changed files with 16 additions and 11 deletions

View file

@ -3,6 +3,7 @@
(defwindow bar (defwindow bar
:windowtype "dock" :windowtype "dock"
:exclusive true :exclusive true
:namespace "eww-bar"
:geometry (geometry :x "0%" :geometry (geometry :x "0%"
; :y "0%" ; :y "0%"
:y "0px" :y "0px"

View file

@ -2,22 +2,26 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
.bar { .bar {
font-size: 1.05em; font-size: 1.05em;
padding: 10px 0px 10px; /* padding: 10px 0px 10px;
margin: 0px 15px; margin: 0px 15px;*/
padding: 0px;
border-radius: 0px 0px $bar-module-border-radius 0px;
margin: 0px;
/* background: none;*/ /* background: none;*/
background-color: $bar-bg-color;
.leftgroup, .leftgroup,
.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: 0px 0px $bar-module-border-radius 0px;
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)>*,
.reveal_children>widget>image, .reveal_children>widget>image,
@ -53,7 +57,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
} }
} }
.profile-personal { /* .profile-personal {
background-color: $bar-bg-color; background-color: $bar-bg-color;
} }
.profile-development { .profile-development {
@ -64,7 +68,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
} }
.profile-work { .profile-work {
background-color: mix($color5, $color4, 30%); background-color: mix($color5, $color4, 30%);
} }*/
.workspaces { .workspaces {
color: $bar-module-fg-color; color: $bar-module-fg-color;

View file

@ -26,11 +26,11 @@ set {
# Blur # Blur
layer_effects { layer_effects {
# "eww" $layer_blur "eww-bar" $layer_blur
"wofi" $layer_blur "wofi" $layer_blur
"worf" $layer_blur "worf" $layer_blur
"gtk_layer_shell" $layer_blur "gtk_layer_shell" $layer_blur
"gtk-layer-shell" $layer_blur # "gtk-layer-shell" $layer_blur
"swaync-control-center" $layer_blur "swaync-control-center" $layer_blur
"swaync-notification-window" $layer_blur "swaync-notification-window" $layer_blur
} }