From 61cec69e67b8664b0d2c2670a15855cc30a0dca9 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 7 Feb 2026 20:18:13 -0800 Subject: [PATCH] taffybar: reduce right-side padding on workspace pills Asymmetric inner-pad padding (10px left, 3px right) so workspace number labels have room on the left without extra space on the right. Co-Authored-By: Claude Opus 4.6 --- dotfiles/config/taffybar/taffybar.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/config/taffybar/taffybar.css b/dotfiles/config/taffybar/taffybar.css index 8d7ca4be..d1ed909d 100644 --- a/dotfiles/config/taffybar/taffybar.css +++ b/dotfiles/config/taffybar/taffybar.css @@ -141,6 +141,7 @@ .workspaces .inner-pad { box-shadow: none; border-width: 0; + padding: 2px 3px 2px 10px; } .workspaces .contents {