9b1adb00d452ee0ea4e234a0d73955d1e8b3012c
   1# i3blocks config file
   2#
   3# Please see man i3blocks for a complete reference!
   4# The man page is also hosted at http://vivien.github.io/i3blocks
   5#
   6# List of valid properties:
   7#
   8# align
   9# color
  10# background
  11# border
  12# command
  13# full_text
  14# instance
  15# interval
  16# label
  17# min_width
  18# name
  19# separator
  20# separator_block_width
  21# short_text
  22# signal
  23# urgent
  24
  25# Global properties
  26command=/usr/lib/i3blocks/$BLOCK_NAME
  27separator_block_width=15
  28markup=pango
  29color=#93a1a1
  30
  31# music
  32[mediaplayer]
  33label=♪
  34command=/home/andrew/scripts/i3blocks-music.pl
  35interval=1
  36
  37# volume
  38[volume]
  39label=🔊
  40instance=Master
  41#instance=PCM
  42interval=once
  43signal=10
  44interval=1
  45
  46# network ip
  47[iface]
  48interval=1
  49
  50# network throughput
  51[bandwidth]
  52interval=1
  53command=/home/andrew/scripts/i3blocks-bandwidth.pl bond0
  54
  55# load
  56[load_average]
  57interval=1
  58
  59# cpu
  60[cpu_usage]
  61command=~/scripts/i3blocks-cpu.pl -d 1
  62interval=1
  63
  64# date and time
  65[time]
  66command=date '+%d/%m/%y %H:%M:%S'
  67interval=1
  68color=#268bd2