summaryrefslogtreecommitdiff
path: root/.i3blocks.conf
blob: 9fce72f219b9f14d8cfcbc71ce58f7bf6bdd46d5 (plain)
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
# i3blocks configuration file
#
# The i3blocks man page describes the usage of the binary,
# and its website describes the configuration:
#
#     https://vivien.github.io/i3blocks


# Global properties
separator=true
separator_block_width=15

[volume]
command=~/bin/volume
LABEL=VOL 
MIXER=default
interval=1

[cpu]
command=~/bin/cpu_usage
LABEL=CPU 
DECIMALS=2
interval=3

[mem]
command=~/bin/memory
interval=3

[updates]
command=echo "UPD" $(pacman -Qu | wc -l)
interval=10

[time]
command=date '+%D %H:%M'
interval=1