diff --git a/waybar.nix b/waybar.nix index 5a25e7c..2c156a0 100644 --- a/waybar.nix +++ b/waybar.nix @@ -136,7 +136,6 @@ background-color: #1a1b26; /* Consistent dark background */ padding: 0.3rem 0.7rem; /* Consistent padding with other modules (e.g., cpu, uptime) */ margin: 5px 0px; /* 5px top/bottom margin, 0px left/right (base for individual control) */ - border-radius: 6px; /* Consistent rounded corners with other individual modules */ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Consistent shadow */ min-width: 0; border: none; @@ -197,13 +196,9 @@ #bluetooth { margin-left: 0px; - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; } #battery { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; margin-right: 7px; }