-
Notifications
You must be signed in to change notification settings - Fork 0
/
.i3blocks.conf
69 lines (61 loc) · 1.08 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
# 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.
align=center
command=$HOME/.config/i3/scripts/$BLOCK_NAME
markup=none
separator=false
separator_block_width=10
[time]
command=date '+%H:%M'
interval=5
[rofi-calendar]
label=
interval=3600
align=left
min_width=420
[iface]
label=
interval=10
separator=true
[battery]
interval=30
instance=1
label=1:
[battery]
interval=30
instance=0
label=2:
separator=true
[volume-pulseaudio]
command=$HOME/.config/i3/scripts/$BLOCK_NAME -a -F 3
interval=once
min_width=50
signal=1
separator=true
[colorscheme-picker]
command=$HOME/.config/i3/scripts/$BLOCK_NAME -d $HOME/wallpapers
full_text=
min_width=30