dotfiles/i3/i3blocks.conf

51 lines
787 B
Plaintext
Raw Normal View History

# 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.
2019-03-05 02:37:51 +00:00
#command=/usr/lib/i3blocks/$BLOCK_NAME
command=~/bin/i3blocks/$BLOCK_NAME
separator_block_width=15
markup=pango
2019-03-05 02:37:51 +00:00
[disk]
interval=60
command=disk /
2019-03-05 02:37:51 +00:00
[disk]
interval=60
command=disk /home 🏠
[memory]
interval=30
2019-03-05 02:37:51 +00:00
label=🧠
2019-03-05 02:37:51 +00:00
[cpu]
interval=15
label=💻
2019-03-05 02:37:51 +00:00
[clock]
label=📅
interval=30