summaryrefslogtreecommitdiff
path: root/.i3blocks.conf
blob: 39fc59703b0bc6ae431d0e3ac28242f6dabaa0d7 (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
36
37
38
39
40
# 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

[brightness]
command=~/bin/brightness
LABEL=BRT
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