diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-07-14 15:02:51 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-09-02 23:39:29 +0200 |
| commit | 51b27719a444764872f018a56e36ff406e892b27 (patch) | |
| tree | 426846f83d310c5d6389feeb069d30870509c54a /config/waybar/style.css | |
| parent | 34cc3551b4138cdb96e071c7c1fdd36b7d85d1cb (diff) | |
Update waybar config
Diffstat (limited to 'config/waybar/style.css')
| -rw-r--r-- | config/waybar/style.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |