This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
i3blocks.conf
executable file
·101 lines (91 loc) · 1.92 KB
/
i3blocks.conf
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# i3blocks config file
#
# Please see man i3blocks for a complete reference!
# The man page is also hosted at http://vivien.github.io/i3blocks
#
# 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.
command=$HOME/.config/i3/i3blocks/$BLOCK_NAME
separator_block_width=40
separator=false
markup=pango
# CPU usage
#
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
[cpu]
label=
interval=1
#min_width=CPU: 100.00%
#separator=false
# Memory usage
#
# The type defaults to "mem" if the instance is not specified.
[memory]
label=
#separator=false
interval=10
# Disk usage
#
# The directory defaults to $HOME if the instance is not specified.
# The script may be called with a optional argument to set the alert
# (defaults to 10 for 10%).
[disk]
label= Disk
#instance=/mnt/data
interval=30
[bandwidth]
instance=enp0s3
label=
interval=5
# Network interface monitoring
#
# If the instance is not specified, use the interface used for default route.
# The address can be forced to IPv4 or IPv6 with -4 or -6 switches.
[network]
instance=tun0
color=#3BB92D
label=
interval=120
#separator=false
# Battery indicator
#
# The battery instance defaults to 0.
[battery]
#label=BAT
#
#"
#"
instance=1
interval=30
[volume]
label=
command=/usr/share/i3blocks/volume-pulseaudio
interval=once
signal=1
USE_ALSA_NAME=1
#[volume]
#label=
#command=$HOME/.config/i3/volume-pulseaudio
#interval=once
#signal=1
#USE_ALSA_NAME=1
# Temperature
#
# Support multiple chips, though lm-sensors.
# The script may be called with -w and -c switches to specify thresholds,
# see the script for details.
#[temperature]
#label=TEMP
#interval=10
# Date Time
#
[time]
#color=#9FE697
label=
command=date '+%A, %d %B %H:%M '
interval=5
#align=right
#min_width= Thursday, 30 September 2017