'
266 |
267 | toolTipSubText += ''
268 | toolTipSubText += ''
269 | toolTipSubText += 'd'
270 | toolTipSubText += ' | '
271 | toolTipSubText += ''
272 | toolTipSubText += ' '+get_sensors_text(['cpu_cur_load', 'cpu_cur_freq', 'gpu_cur_freq'])+''
273 | toolTipSubText += ' | '
274 | toolTipSubText += '
'
275 |
276 | txt = get_sensors_text(['battery_percentage', 'battery_remaining_time']);
277 | if(txt != 'N/A') {
278 | toolTipSubText += ''
279 | toolTipSubText += ''
280 | toolTipSubText += 'h'
281 | toolTipSubText += ' | '
282 | toolTipSubText += ''
283 | toolTipSubText += ' '+ txt +''
284 | toolTipSubText += ' | '
285 | toolTipSubText += '
'
286 | }
287 |
288 | txt = get_sensors_text(['package_temp', 'fan_speeds']);
289 | if (txt != 'N/A') {
290 | toolTipSubText += ''
291 | toolTipSubText += ''
292 | toolTipSubText += 'b'
293 | toolTipSubText += ' | '
294 | toolTipSubText += ''
295 | toolTipSubText += ' '+ txt +''
296 | toolTipSubText += ' | '
297 | toolTipSubText += '
'
298 | }
299 | toolTipSubText += '