Fully Square

This commit is contained in:
vanten-s 2024-04-22 08:48:09 +02:00
parent 9648b96457
commit bae23a03a2
Signed by: vanten-s
GPG key ID: DE3060396884D3F2

View file

@ -6,7 +6,7 @@ window#waybar {
} }
.modules-center { .modules-center {
border-radius: 1rem; /* border-radius: 1rem; */
box-shadow: 3px 3px 2px #151515; box-shadow: 3px 3px 2px #151515;
border: 3px solid @lavender; border: 3px solid @lavender;
margin: 0.5rem; margin: 0.5rem;
@ -20,10 +20,11 @@ window#waybar {
} }
.modules-left { .modules-left {
border-radius: 1rem; /* border-radius: 1rem; */
box-shadow: 3px 3px 2px #151515; box-shadow: 3px 3px 2px #151515;
border: 3px solid @lavender; border: 3px solid @lavender;
margin: 0.5rem; margin: 0.5rem;
margin-left: 0.7rem;
color: @text; color: @text;
background-color: @base; background-color: @base;
} }
@ -45,10 +46,11 @@ window#waybar {
} }
.modules-right { .modules-right {
border-radius: 1rem; /* border-radius: 1rem; */
box-shadow: 3px 3px 2px #151515; box-shadow: 3px 3px 2px #151515;
border: 3px solid @lavender; border: 3px solid @lavender;
margin: 0.5rem; margin: 0.5rem;
margin-right: 0.7rem;
color: @text; color: @text;
background-color: @base; background-color: @base;
} }