From 987e0918eea6abd7c90ce9ac6ead4591610e9e43 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Mon, 27 Oct 2025 21:20:47 +0000 Subject: [PATCH] Update Waybar styles for improved transparency and button margins --- home/waybar-style.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/home/waybar-style.css b/home/waybar-style.css index 26e0d5a..5f8e100 100644 --- a/home/waybar-style.css +++ b/home/waybar-style.css @@ -7,7 +7,7 @@ } window#waybar { - background: rgba(30, 30, 46, 0.85); + background: rgba(30, 30, 46, 0.45); color: #cdd6f4; } @@ -22,13 +22,23 @@ window#waybar { #workspaces button { padding: 0px 10px; - margin: 4px 3px; - border-radius: 10px; + margin: 1px 3px; + /* border-radius: 10px; */ color: #cdd6f4; background: transparent; transition: all 0.3s ease; } +#workspaces button:nth-child(1) { + border-top-left-radius: 100%; + border-bottom-left-radius: 100%; +} + +#workspaces button:nth-last-child(1) { + border-top-right-radius: 100%; + border-bottom-right-radius: 100%; +} + #workspaces button.active { background: rgba(137, 180, 250, 0.3); color: #89b4fa;