-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
104 lines (104 loc) · 2.93 KB
/
config.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
# statusbar - (https://github.com/c-mueller/statusbar)
# Copyright (c) 2018 Christian Müller <[email protected]>.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
refresh_interval: 500
components:
- identifier: hostname
type: Hostname
- identifier: uptime_block
type: Block
spec:
components:
- identifier: uptime_label
type: Text
short_mode_hidden: true
custom_separator: true
separator: " "
spec:
text: "UP:"
- identifier: uptime
type: Uptime
- identifier: cpu_block
type: Block
spec:
components:
- identifier: cpu_message
type: Text
custom_separator: true
separator: " "
spec:
text: "CPU:"
- identifier: cpu
type: CPULoadBar
spec:
update_interval: 500
- identifier: memory
type: Memory
spec:
invert: true
show_swap: false
show_bytes: false
- identifier: network
type: Network
short_mode_hidden: false
spec:
interface_name: eth0
update_interval: 500
recent_count: 20
global: true
show_total: False
- identifier: music_wheel
type: Wheel
spec:
width: 16
component:
identifier: player_info
type: Block
spec:
components:
- identifier: plctl_status
type: Command
spec:
command: "playerctl status"
error_message: "Unknown"
execution_interval: 1000
- identifier: plctl_artist
custom_separator: true
separator: " - "
type: Command
spec:
command: "playerctl metadata artist"
error_message: "XXX"
execution_interval: 1000
- identifier: plctl_title
type: Command
spec:
command: "playerctl metadata title"
error_message: "XXX"
execution_interval: 1000
- identifier: time_block
type: Block
spec:
components:
- identifier: date_message
type: Text
custom_separator: true
separator: " "
spec:
text: "TIME:"
- identifier: clock
type: Clock
spec:
blink: true