-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.i3blocks.conf
52 lines (48 loc) · 994 Bytes
/
.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
# 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
# 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.
command=/home/huntly/.i3blocks/$BLOCK_NAME
separator_block_width=15
markup=none
# 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.
[wifi]
label=
instance=wlp1s0
interval=10
separator=false
# Battery indicator
#
# The battery instance defaults to 0.
[battery]
interval=30
# Date Time
[time]
label=
color=#b58e74
command=date '+%Y-%m-%d %H:%M:%S'
interval=5