From 248841acd34fbdc4626e07da8c92f12768caa056 Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Mon, 27 Oct 2025 21:41:31 +0000 Subject: [PATCH] Update workspace styles for improved consistency and button appearance --- home/waybar-style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/waybar-style.css b/home/waybar-style.css index 8c63b6d..c0a6bdf 100644 --- a/home/waybar-style.css +++ b/home/waybar-style.css @@ -16,15 +16,14 @@ window#waybar { background: rgba(49, 50, 68, 0.7); margin: 5px 5px 5px 10px; padding: 2px 2px; - border-radius: 15px; + border-radius: 100%; border: 2px solid rgba(137, 180, 250, 0.5); } #workspaces button { - /* padding: 0px 10px; */ - /* aspect-ratio: 1 / 1; */ - min-width: 10px; - border-radius: 10px; + width: 15px; + height: 15px; + border-radius: 100%; margin: 1px 1px; color: #cdd6f4; background: transparent;