New backup 2025-08-31 16:00:02
This commit is contained in:
parent
918faad86e
commit
de01701626
3 changed files with 16 additions and 11 deletions
|
|
@ -3,6 +3,7 @@
|
|||
(defwindow bar
|
||||
:windowtype "dock"
|
||||
:exclusive true
|
||||
:namespace "eww-bar"
|
||||
:geometry (geometry :x "0%"
|
||||
; :y "0%"
|
||||
:y "0px"
|
||||
|
|
|
|||
|
|
@ -2,22 +2,26 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
|
||||
.bar {
|
||||
font-size: 1.05em;
|
||||
padding: 10px 0px 10px;
|
||||
margin: 0px 15px;
|
||||
/* padding: 10px 0px 10px;
|
||||
margin: 0px 15px;*/
|
||||
padding: 0px;
|
||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||
margin: 0px;
|
||||
/* background: none;*/
|
||||
background-color: $bar-bg-color;
|
||||
.leftgroup,
|
||||
.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;
|
||||
box-shadow: 0px 0px 9px 0px $bar-module-fg-color;
|
||||
border-radius: 0px 0px $bar-module-border-radius 0px;
|
||||
/* 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)>*,
|
||||
.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;
|
||||
}
|
||||
.profile-development {
|
||||
|
|
@ -64,7 +68,7 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
|||
}
|
||||
.profile-work {
|
||||
background-color: mix($color5, $color4, 30%);
|
||||
}
|
||||
}*/
|
||||
|
||||
.workspaces {
|
||||
color: $bar-module-fg-color;
|
||||
|
|
|
|||
|
|
@ -26,11 +26,11 @@ set {
|
|||
|
||||
# Blur
|
||||
layer_effects {
|
||||
# "eww" $layer_blur
|
||||
"eww-bar" $layer_blur
|
||||
"wofi" $layer_blur
|
||||
"worf" $layer_blur
|
||||
"gtk_layer_shell" $layer_blur
|
||||
"gtk-layer-shell" $layer_blur
|
||||
# "gtk-layer-shell" $layer_blur
|
||||
"swaync-control-center" $layer_blur
|
||||
"swaync-notification-window" $layer_blur
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue