diff --git a/hosts/wim/config/ags/scss/widgets/corners.scss b/hosts/wim/config/ags/scss/widgets/corners.scss index 812a8b83..90e3afff 100644 --- a/hosts/wim/config/ags/scss/widgets/corners.scss +++ b/hosts/wim/config/ags/scss/widgets/corners.scss @@ -1,5 +1,5 @@ .corner { background-color: black; - border-radius: 21px; //Hard code because Hyprland rounding is in px + border-radius: 18px; //Hard code because Hyprland rounding is in px border-width: 0.068rem; } diff --git a/hosts/wim/config/ags/style.css b/hosts/wim/config/ags/style.css index 22e77fea..998b5466 100644 --- a/hosts/wim/config/ags/style.css +++ b/hosts/wim/config/ags/style.css @@ -767,5 +767,5 @@ calendar:indeterminate { .corner { background-color: black; - border-radius: 21px; + border-radius: 18px; border-width: 0.068rem; }