Advertisement
timcowchip

conkyrc

Feb 26th, 2017
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. conky.config = {
  2. background = no,
  3. out_to_x = false,
  4. own_window = false,
  5. out_to_stderr = false,
  6. out_to_console = true,
  7. out_to_ncurses = yes,
  8. update_interval = 1,
  9. total_run_times = 0,
  10. uppercase = no,
  11. short_units = yes,
  12. override_utf8_locale = true,
  13. };
  14. conky.text = [[
  15. ${hr} ${execi 60 sensors | grep temp1 | cut -c15-21} ${execi 60 sensors | grep temp2 | cut -c15-21} ${execi 60 sensors | grep temp3 | cut -c15-21} ${execi 60 sensors | grep "Core 0" | cut -c15-21} ${execi 60 sensors | grep "Core 1" | cut -c15-21} ${cpu cpu1}% ${cpubar cpu1 4} ${cpu cpu2}% ${cpubar cpu2 4} ${cpu cpu3}% ${cpubar cpu3 4} ${cpu cpu4}% ${cpubar cpu4 4} ${hr} Time: ${time %H:%M:%S} ${hr} Date: ${time %a.%m.%d,%Y} ${hr} Temperature: ${weather http://tgftp.nws.noaa.gov/data/observations/metar/stations/ KTTD temperature} C
  16. ]];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement