Created
April 19, 2016 11:44
-
-
Save chriscandy/670225854364b3e8471251f8d8a1d041 to your computer and use it in GitHub Desktop.
i3blocks config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice!