New backup 2025-08-31 15:30:02
This commit is contained in:
parent
c3f870a1cd
commit
755c98db55
3 changed files with 7 additions and 4 deletions
|
|
@ -4,9 +4,9 @@
|
||||||
:windowtype "dock"
|
:windowtype "dock"
|
||||||
:exclusive true
|
:exclusive true
|
||||||
:geometry (geometry :x "0%"
|
:geometry (geometry :x "0%"
|
||||||
:y "0%"
|
; :y "0%"
|
||||||
;; :y "10px"
|
:y "10px"
|
||||||
:width "100%"
|
:width "90%"
|
||||||
:height "30px"
|
:height "30px"
|
||||||
:anchor "top center")
|
:anchor "top center")
|
||||||
; :reserve (struts :side "top" :distance "4%")
|
; :reserve (struts :side "top" :distance "4%")
|
||||||
|
|
|
||||||
|
|
@ -4,10 +4,11 @@ $bar-reveal-children-bg-color: rgba($color0, 0.2);
|
||||||
font-size: 1.05em;
|
font-size: 1.05em;
|
||||||
padding: 10px 0px 10px;
|
padding: 10px 0px 10px;
|
||||||
margin: 0px 15px;
|
margin: 0px 15px;
|
||||||
|
/* background: none;*/
|
||||||
.leftgroup,
|
.leftgroup,
|
||||||
.centergroup,
|
.centergroup,
|
||||||
.rightgroup {
|
.rightgroup {
|
||||||
|
/* 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);
|
||||||
|
|
|
||||||
|
|
@ -26,9 +26,11 @@ set {
|
||||||
|
|
||||||
# Blur
|
# Blur
|
||||||
layer_effects {
|
layer_effects {
|
||||||
|
# "eww" $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
|
||||||
"swaync-control-center" $layer_blur
|
"swaync-control-center" $layer_blur
|
||||||
"swaync-notification-window" $layer_blur
|
"swaync-notification-window" $layer_blur
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue