vitorpy's Dotfiles

Add left margin to updates pill in waybar

Restored 8px left margin to prevent updates indicator from
touching the edge of the monitor.

+1 -1
+1 -1
private_dot_config/waybar/style.css
··· 48 48 border-bottom: 1px solid #3f3f3f; 49 49 border-left: none; 50 50 border-radius: 14px; 51 - margin: 4px 4px 4px 0; 51 + margin: 4px 4px 4px 8px; 52 52 padding: 0 10px; 53 53 box-shadow: none; 54 54 outline: none;