Pad the button
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index a7cd088..d4724b3 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -91,13 +91,14 @@
                     background = "#ffffff99";
                     border-bottom = "#00000000";
                     button-background = "#ffffffcc";
+                    button-padding = 5;
                     button-border-size = 0;
                 };
 
                 warning = {
                     background = "#ffffff99";
                     border-bottom = "#00000000";
-                    button-background = "#cccc00cc";
+                    button-background = "#ffdf00cc";
                 };
             };
         };
diff --git a/src/apps/personal/waybar.nix b/src/apps/personal/waybar.nix
index 20b35be..7a7101e 100644
--- a/src/apps/personal/waybar.nix
+++ b/src/apps/personal/waybar.nix
@@ -80,7 +80,7 @@
             }
 
             #workspaces button.persistent {
-                background: alpha(#cccc00, 0.5);
+                background: alpha(#ffdf00, 0.5);
             }
 
             #workspaces button.urgent {