From 51b27719a444764872f018a56e36ff406e892b27 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Tue, 14 Jul 2026 15:02:51 +0200 Subject: Update waybar config --- config/waybar/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config/waybar/style.css') diff --git a/config/waybar/style.css b/config/waybar/style.css index 8a2b108..8526488 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -133,7 +133,7 @@ button:hover { margin-right: 8px; } -#custom-mullvad, +#custom-ivpn, #custom-tailscale { padding: 0 2px; } @@ -148,16 +148,16 @@ button:hover { background-color: #90A6A2; } -#custom-mullvad { +#custom-ivpn { padding-bottom: 3px; } -#custom-mullvad.connected { +#custom-ivpn.connected { color: #0F261F; background-color: #FFB4F0; } -#custom-mullvad.disconnected { +#custom-ivpn.disconnected { color: #0F261F; background-color: #B5D1CC; } -- cgit