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
|
out_to_x no
own_window no
out_to_console yes
background no
max_text_width 0
update_interval 0.5
total_run_times 0
short_units yes
if_up_strictness link
use_spacer none
override_utf8_locale no
cpu_avg_samples 6
net_avg_samples 6
mpd_host localhost
mpd_port 6600
TEXT
[
${if_match "${mpd_status}" == "Playing"}{ "full_text" : "${mpd_artist} - ${mpd_title} (${mpd_vol}%)", "color" : "\#d466138"},${endif}
{ "full_text" : "intern0 ${upspeed intern0}\u2191 ${downspeed intern0}\u2193", "color" : "\#00FF00"},
${if_up guest0}{ "full_text" : "guest0 ${upspeed guest0}\u2191 ${downspeed guest0}\u2193", "color" : "\#FF0000"},${endif}
${if_up usb0}{ "full_text" : "usb0 ${upspeed usb0}\u2191 ${downspeed usb0}\u2193", "color" : "\#FF0000"},${endif}
# { "full_text" : "IO ${diskio_read}\u2191 ${diskio_write}\u2193"},
{ "full_text" : "PA ${pa_sink_volume}%"},
{ "full_text" : "/ ${fs_free /}"},
{ "full_text" : "/home ${fs_free /home}"},
{ "full_text" : "CPU ${cpu cpu}%", "color": "\#55ff55"},
{ "full_text" : "RAM ${mem} (${memperc}%)" , "color" :
${if_match ${memperc}<80}"\#55ff55"${else}"\#ff0000"${endif} },
{ "full_text" : "${loadavg} ${running_threads}/${processes}"},
{ "full_text" : "Up ${uptime}"},
{ "full_text" : "${time %a %F %H:%M:%S}"}
],
|