|
@@ -10,6 +10,13 @@ markup=pango
|
|
|
# See the script for details.
|
|
|
|
|
|
# Guess the weather hourly
|
|
|
+
|
|
|
+[vpn-2]
|
|
|
+label=# of Devices:
|
|
|
+command=echo -n " " & tailscale status --active | wc -l
|
|
|
+interval=60
|
|
|
+
|
|
|
+
|
|
|
[weather]
|
|
|
command=curl -Ss 'https://wttr.in/munich?0&T&Q' | cut -c 16- | head -2 | xargs echo
|
|
|
interval=3600
|
|
@@ -37,6 +44,12 @@ label=cpu
|
|
|
interval=5
|
|
|
command=$HOME/.scripts/i3/i3blocks/i3cpu.sh
|
|
|
|
|
|
+[vpn]
|
|
|
+label=VPN:
|
|
|
+#color=#ff5733
|
|
|
+command=$HOME/.scripts/i3/i3blocks/tailscale.sh
|
|
|
+interval=60
|
|
|
+#
|
|
|
# Network interface monitoring
|
|
|
[ip]
|
|
|
label=IP:
|