{"full_text": "Root ${fs_free /root} Free", "color": "\#ffffff"},
{"full_text": "Disk r:${diskio_read} w:${diskio_write}", "color": "\#ffffff"},
{"full_text": "CPU ${cpu cpu0}%", "color": "\#ffffff"},
- {
- "full_text": "d:${downspeed eno1} u:${upspeed eno1} ${addr eno1}",
- "color":
- ${if_match "${addr eno1}"=="No Address"}
- "\#ff0000"
- ${else}
- "\#00ff00"
- ${endif}
- },
+ ${if_match "${nodename_short}"=="magnesium"}
+ {
+ "full_text": "d:${downspeed eno1} u:${upspeed eno1} ${addr eno1}",
+ "color":
+ ${if_match "${addr eno1}"=="No Address"}
+ "\#ff0000"
+ ${else}
+ "\#00ff00"
+ ${endif}
+ },
+ ${endif}
+ ${if_match "${nodename_short}"=="platinum"}
+ {
+ "full_text": "d:${downspeed wlp2s0} u:${upspeed wlp2s0} ${addr wlp2s0}",
+ "color":
+ ${if_match "${addr wlp2s0}"=="No Address"}
+ "\#ff0000"
+ ${else}
+ "\#00ff00"
+ ${endif}
+ },
+ ${endif}
${if_match "${addr tun0}"!="No Address"}
{"full_text": "VPN", "color": "\#00ff00"},
${endif}
"\#ff0000"
${endif}
},
- ${if_match "${exec hostname}"=="platinum"}
- {"full_text": "${acpitool}", "color": "\#ffffff"},
+ ${if_match "${nodename_short}"=="platinum"}
+ {
+ "full_text": "BAT ${battery_short} ${battery_time}",
+ "color":
+ ${if_match ${battery_percent}<20}
+ "\#ff0000"
+ ${else}
+ "\#00ff00"
+ ${endif}
+ },
${endif}
{"full_text": "${time}", "color": "\#ffffff"}
],