i3 / .i3blocks.confon commit change structure to work with gnu stow (78cffe8)
   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]
  33command=~/scripts/i3blocks-music.pl
  34interval=1
  35
  36# volume
  37[volume]
  38label=VOL
  39#label=♪
  40instance=Master
  41#instance=PCM
  42interval=once
  43signal=10
  44
  45# network ip
  46[iface]
  47interval=1
  48
  49# network throughput
  50[bandwidth]
  51interval=1
  52command=~/scripts/i3blocks-bandwidth.sh -o "/ "
  53
  54# load
  55[load_average]
  56interval=1
  57
  58# cpu
  59[cpu_usage]
  60command=~/scripts/i3blocks-cpu.pl -d 1
  61interval=1
  62
  63# date and time
  64[time]
  65command=date '+%d/%m/%y %H:%M:%S'
  66interval=1
  67color=#268bd2