From 1c169a8751c31507fa9d78459dadf148e37273bf Mon Sep 17 00:00:00 2001 From: Zephrynis Date: Mon, 27 Oct 2025 21:22:58 +0000 Subject: [PATCH] Remove border-radius from workspace buttons for a cleaner look --- home/waybar-style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/waybar-style.css b/home/waybar-style.css index 5f8e100..b2691ec 100644 --- a/home/waybar-style.css +++ b/home/waybar-style.css @@ -23,7 +23,6 @@ window#waybar { #workspaces button { padding: 0px 10px; margin: 1px 3px; - /* border-radius: 10px; */ color: #cdd6f4; background: transparent; transition: all 0.3s ease; @@ -42,13 +41,11 @@ window#waybar { #workspaces button.active { background: rgba(137, 180, 250, 0.3); color: #89b4fa; - border-radius: 10px; box-shadow: 0 0 15px rgba(137, 180, 250, 0.4); } #workspaces button:hover { background: rgba(137, 180, 250, 0.2); - border-radius: 10px; } /* Window title */