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;