From efd18cc70456c2d8afa1a34da79d14e31676310a Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 7 Feb 2026 20:47:19 -0800 Subject: [PATCH] taffybar: add white outline to active workspace squircle Target .workspaces .active .outer-pad with an inset box-shadow to highlight the currently focused workspace pill. Co-Authored-By: Claude Opus 4.6 --- dotfiles/config/taffybar/taffybar.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/config/taffybar/taffybar.css b/dotfiles/config/taffybar/taffybar.css index c6701e77..89e3b2e7 100644 --- a/dotfiles/config/taffybar/taffybar.css +++ b/dotfiles/config/taffybar/taffybar.css @@ -183,6 +183,13 @@ color: rgba(255, 255, 255, 0.92); } +.workspaces .active .outer-pad { + box-shadow: + inset 0 0 0 2px rgba(255, 255, 255, 0.75), + inset 0 1px 0 @pill-highlight, + 0 10px 24px @pill-shadow; +} + .workspaces .active .overlay-box { background-color: transparent; border-color: transparent;