summaryrefslogtreecommitdiff
path: root/.i3blocks.conf
blob: 32df7e21a1c9b1333f230e660b8d8760bf7cdc47 (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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# 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

[iface_wifi]
command=~/bin/iface
LABEL=WIFI:
IFACE=wlp3s0
interval=10
display_wifi_name=1

[iface_eth]
command=~/bin/iface
LABEL=ETH:
IFACE=enp2s0f1
interval=10
display_wifi_name=0

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

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