51 lines
787 B
Plaintext
51 lines
787 B
Plaintext
# 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
|
|
command=~/bin/i3blocks/$BLOCK_NAME
|
|
separator_block_width=15
|
|
markup=pango
|
|
|
|
[disk]
|
|
interval=60
|
|
command=disk /
|
|
|
|
[disk]
|
|
interval=60
|
|
command=disk /home 🏠
|
|
|
|
[memory]
|
|
interval=30
|
|
label=🧠
|
|
|
|
[cpu]
|
|
interval=15
|
|
label=💻
|
|
|
|
[clock]
|
|
label=📅
|
|
interval=30
|