blob: 5eb6ad5d7ca1008477876890fbbfb8d2f8da9165 (
plain) (
blame)
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
|
# 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
command=$XDG_CONFIG_HOME/sway/i3blocks_modules $BLOCK_NAME
separator=false
separator_block_width=15
markup=pango
[battery]
interval=60
[volume]
interval=once
signal=10
[backlight]
interval=once
signal=11
[temperature]
interval=10
[disk]
interval=15
[crypto]
interval=1800
[rss]
interval=1800
[mail]
interval=1800
# [documentation]
# full_text=Documentation
# website=https://vivien.github.io/i3blocks
# command=xdg-open "$website"
# color=#f12711
# [funky]
# full_text=<span foreground="red" size="x-large">Roses</span> and <i><span color="#EE37B8">violets</span></i>!
# markup=pango
# [greetings]
# color=#f5af19
# command=echo "Hello, $USER!"
# interval=once
[date]
interval=10
[power]
color=#ff0000
interval=once
|