diff --git a/modules/home/waybar/style.nix b/modules/home/waybar/style.nix
index 5c213e3..53d3e71 100644
--- a/modules/home/waybar/style.nix
+++ b/modules/home/waybar/style.nix
@@ -18,7 +18,7 @@
         border-radius: 0px;
         font-family: ${custom.font};
         font-weight: bold;
-        font-size: 14px;
+        font-size: 15px;
         min-height: 0;
         opacity: ${custom.opacity};
     }
@@ -31,13 +31,13 @@
         background: #${custom.palette.tertiary_background_hex};
         margin: 5px 5px;
         padding: 8px 5px;
-        border-radius: 15px;
+        border-radius: 10px 10px 24px 24px;
         color: #${custom.primary_accent}
     }
     #workspaces button {
         padding: 0px 5px;
         margin: 0px 3px;
-        border-radius: 10px 24px 10px 24px;
+        border-radius: 15px;
         color: #${custom.background};
         background: #${custom.secondary_accent};
         transition: all 0.2s ease-in-out;