From ce25ccd9755a049c76f4b0f093f25ef24dcc3e2d Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 10 Feb 2026 22:34:01 -0800 Subject: [PATCH] Tighten taffybar widget spacing --- dotfiles/config/taffybar/taffybar.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dotfiles/config/taffybar/taffybar.css b/dotfiles/config/taffybar/taffybar.css index da9791d7..762d84a6 100644 --- a/dotfiles/config/taffybar/taffybar.css +++ b/dotfiles/config/taffybar/taffybar.css @@ -50,7 +50,7 @@ background-color: @pill-background; border: 0px; border-radius: 6px; - margin: 4px 6px; + margin: 4px 4px; /* No white outline; define shape with subtle inner highlight + dark stroke. */ box-shadow: inset 0 1px 0 @pill-highlight, @@ -84,6 +84,8 @@ in the cascade, so it wins. */ .workspaces .outer-pad { background-color: @pill-background; + /* Keep workspace pills slightly tighter than default widget spacing. */ + margin: 4px 3px; box-shadow: inset 0 1px 0 @pill-highlight, inset 0 0 0 1px @pill-border,