feat: rounding style

This commit is contained in:
hesam-init 2024-02-15 00:09:41 +03:30
parent f4c6882f4f
commit a4050689ff
2 changed files with 1 additions and 3 deletions

View file

@ -4,7 +4,7 @@
# ----------------------------------------------------- # -----------------------------------------------------
decoration { decoration {
rounding = 10 rounding = 8
blur { blur {
enabled = true enabled = true

View file

@ -31,7 +31,6 @@ window#waybar.hidden {
} }
#workspaces button.active { #workspaces button.active {
opacity: 1; opacity: 1;
transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.682); transition: all 0.5s cubic-bezier(0.55, -0.68, 0.48, 1.682);
} }
@ -198,7 +197,6 @@ window#waybar.hidden {
} }
#idle_inhibitor.activated { #idle_inhibitor.activated {
border-radius: 20px 0px 0px 20px; border-radius: 20px 0px 0px 20px;
} }