|
@@ -3,31 +3,13 @@ command=/usr/lib/i3blocks/$BLOCK_NAME
|
|
|
separator_block_width=15
|
|
|
markup=pango
|
|
|
|
|
|
-# Volume indicator
|
|
|
-#
|
|
|
-# The first parameter sets the step (and units to display)
|
|
|
-# The second parameter overrides the mixer selection
|
|
|
-# 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
|
|
|
|
|
|
-[pacman]
|
|
|
-label=📦
|
|
|
-command=$HOME/.scripts/i3/i3blocks/pacman-upgradable.sh
|
|
|
-interval=60
|
|
|
-
|
|
|
[volume]
|
|
|
-label=🎵
|
|
|
+label=vol
|
|
|
command=$HOME/.scripts/i3/i3blocks/i3volume.sh
|
|
|
interval=2
|
|
|
|
|
@@ -44,15 +26,9 @@ 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:
|
|
|
+label=ip
|
|
|
color=#19c682
|
|
|
interval=30
|
|
|
separator=true
|