2016-03-31 02:06:44 +00:00
|
|
|
# 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.
|
2016-04-02 19:01:07 +00:00
|
|
|
command=~/.config/i3/blocks/$BLOCK_NAME
|
2016-03-31 02:06:44 +00:00
|
|
|
markup=none
|
|
|
|
|
|
|
|
#full_text=
|
|
|
|
align=center
|
2016-04-01 17:05:58 +00:00
|
|
|
color=#F3F4F5
|
2016-03-31 02:06:44 +00:00
|
|
|
separator=false
|
2017-02-02 00:32:01 +00:00
|
|
|
separator_block_width=12
|
2016-03-31 02:06:44 +00:00
|
|
|
|
2017-01-25 00:46:04 +00:00
|
|
|
#[window title]
|
|
|
|
#command=xtitle -s #| sed 's/^$/ /g'"
|
|
|
|
#color=#A6D1FA
|
|
|
|
#align=center
|
|
|
|
#min_width=700
|
|
|
|
#interval=persist
|
|
|
|
|
2016-03-31 02:06:44 +00:00
|
|
|
[volume]
|
|
|
|
instance=Master
|
|
|
|
interval=10
|
|
|
|
signal=10
|
|
|
|
|
|
|
|
[separator]
|
|
|
|
|
|
|
|
[iface]
|
|
|
|
label=
|
2017-11-26 00:59:13 +00:00
|
|
|
interval=60
|
2016-10-05 00:07:56 +00:00
|
|
|
signal=15
|
2016-03-31 02:06:44 +00:00
|
|
|
|
|
|
|
[separator]
|
|
|
|
|
2016-04-01 17:04:44 +00:00
|
|
|
[updates]
|
|
|
|
label=
|
|
|
|
interval=600
|
2017-09-29 15:32:38 +00:00
|
|
|
signal=5
|
2016-04-01 17:04:44 +00:00
|
|
|
|
|
|
|
[separator]
|
|
|
|
|
2016-03-31 02:06:44 +00:00
|
|
|
[cpu_usage]
|
2016-04-01 17:05:58 +00:00
|
|
|
label=
|
2017-02-02 00:32:01 +00:00
|
|
|
interval=2
|
2016-03-31 02:06:44 +00:00
|
|
|
|
|
|
|
[separator]
|
|
|
|
|
|
|
|
[memory]
|
2016-04-01 17:05:58 +00:00
|
|
|
label=
|
2017-02-02 00:32:01 +00:00
|
|
|
interval=10
|
2016-03-31 02:06:44 +00:00
|
|
|
|
|
|
|
[separator]
|
|
|
|
|
|
|
|
[temperature]
|
|
|
|
label=
|
|
|
|
interval=5
|
|
|
|
|
|
|
|
[separator]
|
|
|
|
|
2016-04-16 17:25:23 +00:00
|
|
|
[battery]
|
|
|
|
interval=5
|
|
|
|
|
|
|
|
[separator]
|
2016-03-31 02:06:44 +00:00
|
|
|
|
2016-04-17 14:32:03 +00:00
|
|
|
[keyboard]
|
|
|
|
label=
|
|
|
|
interval=30
|
|
|
|
|
|
|
|
[separator]
|
2016-03-31 02:06:44 +00:00
|
|
|
|
|
|
|
[clock]
|
|
|
|
interval=5
|
2016-04-01 17:05:58 +00:00
|
|
|
min_width=" 00:00"
|