-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathi3blocks.conf
113 lines (87 loc) · 2.61 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
102
103
104
105
106
107
108
109
110
111
112
# 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=/usr/share/i3blocks/$BLOCK_NAME
separator_block_width=0
markup=pango
separator=false
interval=once
[divider]
command=~/.config/i3/bar/markup -b=#2f343f -f=#3d4351
[title]
command=~/.config/i3/bar/markup -b=#3d4351 -f=#eee8d5 -s=2 $(~/.config/i3/bar/title)
interval=1
[divider]
command=~/.config/i3/bar/markup -b=#2f343f -f=#3d4351
[divider]
command=~/.config/i3/bar/markup -b=#2f343f -f=#2aa198
[temperature]
command=~/.config/i3/bar/markup -b=#2aa198 -f=#eee8d5 -s=2 $(~/.config/i3/bar/temperature)
[divider]
command=~/.config/i3/bar/markup -b=#2aa198 -f=#d33682
[mydisk]
command=~/.config/i3/bar/markup -b=#d33682 -f=#eee8d5 -s=2 -u=1 -l= $(/usr/share/i3blocks/disk)
interval=120
[divider]
command=~/.config/i3/bar/markup -b=#d33682 -f=#268bd2
[wifi]
command=~/.config/i3/bar/markup -b=#268bd2 -f=#eee8d5 -s=2 -u=1 -l= $(/usr/share/i3blocks/wifi)
instance=wlp2s0
interval=30
[lan]
command=~/.config/i3/bar/markup -b=#268bd2 -f=#eee8d5 -s=2 -u=1 $(/usr/share/i3blocks/iface)
instance=wlp2s0
interval=60
[divider]
command=~/.config/i3/bar/markup -b=#268bd2 -f=#b48901
[mybattery]
command=~/.config/i3/bar/markup -b=#b48901 -f=#eee8d5 -s=2 $(~/.config/i3/bar/batery)
interval=30
[divider]
command=~/.config/i3/bar/markup -b=#b48901 -f=#cb4b16
[volume]
command=~/.config/i3/bar/markup -b=#cb4b16 -f=#eee8d5 -s=2 $(~/.config/i3/bar/volume)
interval=30
[divider]
command=~/.config/i3/bar/markup -b=#cb4b16 -f=#2f343f -f=#8e8f05
[ram]
command=~/.config/i3/bar/markup -b=#8e8f05 -f=#eee8d5 -s=2 -u=1 -l= $(/usr/share/i3blocks/memory)
interval=10
[divider]
command=~/.config/i3/bar/markup -b=#8e8f05 -f=#dc322f
[cpu]
command=~/.config/i3/bar/markup -b=#dc322f -f=#eee8d5 -s=2 -u=1 -l= $(/usr/share/i3blocks/cpu_usage)
interval=10
[divider]
command=~/.config/i3/bar/markup -b=#dc322f -f=#2aa198
[datetime]
command=~/.config/i3/bar/markup -b=#2aa198 -f=#eee8d5 -s=2 -l= $(date "+%Y-%m-%d %H:%M:%S")
interval=1
[divider]
command=~/.config/i3/bar/markup -b=#2aa198 -f=#2f343f
#[divider]
#command=~/.config/i3/bar/markup -f=#ffffff
[divider]
command=~/.config/i3/bar/markup -f=#ffffff