diff --git a/dotfiles/i3/blocks b/dotfiles/i3/blocks index 7a75fa1..0d2b4a4 100644 --- a/dotfiles/i3/blocks +++ b/dotfiles/i3/blocks @@ -30,7 +30,7 @@ separator_block_width=15 markup=pango [arch-update] -interval=300 +interval=30 QUIET=true WATCH=^linux.* ^pacman.* BASE_COLOR=#5fff5f @@ -49,10 +49,14 @@ interval=1800 command=scripts/ccurrency -c ETH -f EUR interval=1800 +[protonvpn] +interval=5 +LABEL=VPN + [rofi-calendar] -interval=1800 +interval=60 LABEL= -DATEFTM=+ %a. %d. %b. %Y +DATEFTM=+ %a. %d. %b. %Y - %H:%M SHORTFTM=+ %d.%m.%Y [] diff --git a/dotfiles/i3/scripts/protonvpn b/dotfiles/i3/scripts/protonvpn index 974b231..109cac4 100755 --- a/dotfiles/i3/scripts/protonvpn +++ b/dotfiles/i3/scripts/protonvpn @@ -11,4 +11,4 @@ country = pvpn_utils.get_country_name(country_code) city = pvpn_utils.get_server_value(connected_server, "City", servers) -print("{} ({}) - {}, {}".format(ip_addr, connected_server, country, city)) +print("VPN - {} ({}) - {}, {}".format(ip_addr, connected_server, city, country))