~/.i3blocks.conf

This is my configuration file for i3blocks which is a GPLv3 licensed highly flexible statusbar for the i3 tiling window manager. The iconic font which I used in this file is called Font Awesome.

If you are interested, my configuration file is available for download as well.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# vim: set et fenc=utf-8 ft=conf sts=4 sw=4 ts=8 tw=80 :
#
# Author: microfracture / https://linuxious.com
# Updated: 2016-08-22


# 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
# background
# border
# 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.

# Archlinux
#command=/usr/lib/i3blocks/$BLOCK_NAME

# Debian
command=/usr/share/i3blocks/$BLOCK_NAME

separator_block_width=15
markup=none

[mail]
label=instance=~/.mail/Inbox
command= ~/.bin/i3blocks-mail.sh
interval=10

[cpu_usage]
label=interval=10
separator=false

[temperature]
label=interval=10

[mediaplayer]
label=command=mpc current
interval=5
signal=10

[volume]
label=instance=Master
interval=once
signal=10

[battery]
label=interval=5

[time]
label=command=date "+%a, %b %_d %Y %I:%M%P"
interval=5

[dunst]
command=~/.bin/notify
signal=12