/usr/share/doc/i3blocks/contrib/config is in i3blocks 1.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Each block command defaults to the script name
command=$SCRIPT_DIR/$BLOCK_NAME
# Generic media player support
#
# This displays "ARTIST - SONG" if a music is playing.
# Supported players are: clementine, spotify, vlc, audacious,
# xmms2, mplayer, and others.
[mediaplayer]
#instance=spotify
interval=5
signal=10
# OpenVPN support
#
# Support multiple VPN, with colors.
[openvpn]
interval=20
# Temperature
#
# Support multiple chips, though lm-sensors.
[temperature]
label=TEMP
interval=10
|