Skip to content

Instantly share code, notes, and snippets.

@chriscandy
Created April 19, 2016 11:44
Show Gist options
  • Save chriscandy/670225854364b3e8471251f8d8a1d041 to your computer and use it in GitHub Desktop.
Save chriscandy/670225854364b3e8471251f8d8a1d041 to your computer and use it in GitHub Desktop.
i3blocks config file
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# List of valid properties:
#
# align
# color
# command
# full_text
# instance
# interval
# label
# min_width
# name
# separator
# separator_block_width
# short_text
# signal
# urgent
# Global properties
#
# The top properties below are applied to every block, but can be overridden.
# Each block command defaults to the script name to avoid boilerplate.
command=/usr/lib/i3blocks/$BLOCK_NAME
separator_block_width=25
markup=none
separator=false
[volume]
label=
instance=Master
#instance=PCM
interval=1
signal=10
[time]
command=date '+%A %d-%m-%Y %H:%M:%S'
interval=1
label=
Copy link

ghost commented Aug 3, 2017

nice!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment