-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrsblocks.yml
129 lines (98 loc) · 2.22 KB
/
rsblocks.yml
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# This is the full configuration template available for rsblocks.
# NOTE: the (delay) is in **SECONDS** and the float point "." is required.
seperator: '┃'
# Time always running, no enabled option for this
time:
delay: 1.0
format: '%d %b, %I:%M:%S %p'
icon: ''
# Display brightness percentage
brightness:
icon: ''
delay: 60.0
enabled: false
# read the output of the command "ls /sys/class/backlight" to match with the path below
path: '/sys/class/backlight/intel_backlight'
# Time of the system has been running
uptime:
delay: 15.0
enabled: false
icon: ''
# public ip address
pub_ip:
delay: 120.0
enabled: false
icon: ''
# local ip address
local_ip:
icon: ''
enabled: true
interface: 'wlo1' #network interface required for now..
delay: 120.0
# ethernet/wifi bandwith (no delay for this since it will calculate the bandwith every second)
netspeed:
enabled: false
interface: 'wlan0'
recieve_icon: ''
transmit_icon: ''
memory:
delay: 2.0
enabled: true
icon: '▦'
disk:
delay: 120.0
enabled: true
icon: ''
battery:
delay: 120.0
enabled: false
icon: ''
cpu_temperature:
delay: 120.0
enabled: false
icon: ''
# cpu load average from the last minute
loadavg:
delay: 15.0
enabled: false
icon: ''
# bitcoin price
# bitcoin function using www.blockchain.com's API,
# you can visit that to check other bitcoins symbols!
bitcoins:
delay: 7200.0 # 2 hours
enabled: false
icon: ''
symbol: 'BTC-USD'
mpd:
delay: 5.0
enabled: false
host: '127.0.0.1'
icon: ''
port: '6600'
volume:
card: 'PULSE'
delay: 0.18
enabled: false
icon: ''
spotify:
delay: 0.5
enabled: false
icon: ''
# weather format options is available on
# https://github.com/chubin/wttr.in
# NOTES:
# - if the city field set to empty, it will try to read location automatically.
# - if you have multiple formats and want to insert space between them use '+' instead.
# - giving (city) a value is recommended.
weather:
city: ''
delay: 7200.0 # 7200 seconds = 2 hours
enabled: false
format: '%l:+%t'
icon: ''
nordvpn:
delay: 30.0
enabled: false
showip: true
icon: '撚'