Advertisement
cesarzeta

conkyrc3

Mar 23rd, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. # Basic Settings
  2. #
  3. background yes
  4. use_xft yes
  5. xftfont sans:size=12
  6. xftalpha 0.1
  7. update_interval 1.0
  8. total_run_times 0
  9. own_window yes
  10. own_window_transparent yes
  11. #own_window_colour white
  12. own_window_type normal
  13. #own_window_argb_visual yes
  14. #own_window_argb_value 0
  15. own_window_hints below,sticky,skip_taskbar,skip_pager,undecorate
  16. double_buffer yes
  17. minimum_size 150
  18. maximum_width 240
  19. draw_shades no
  20. draw_outline no
  21. draw_borders no
  22. draw_graph_borders no
  23. default_color 444444
  24. default_shade_color A1A1A1
  25. default_outline_color d9d7d6
  26. alignment bottom_left
  27. gap_x 70
  28. gap_y 40
  29. no_buffers yes
  30. uppercase no
  31. cpu_avg_samples 2
  32. override_utf8_locale yes
  33. #
  34. #
  35. TEXT
  36. ${color FFFFFF}${font Droid sans:size=11}Kernel ${execi 20 uname -r}
  37. ${voffset 10}CPU ${cpu cpu0}% - RAM $mem
  38. ${voffset 10}HD $fs_used - UP $uptime_short
  39. ${voffset 25}CPU Temperature: +${execi 20 sensors |grep "CPU Temperature" | cut -d'+' -f2 | cut -c 1-7}
  40. ${voffset 10}CPU FAN Speed:${execi 20 sensors |grep "CPU Fan Speed" | cut -d':' -f2 | cut -c 5-13}
  41. ${voffset 10}MB Temperature: +${execi 20 sensors |grep "MB Temperature" | cut -d'+' -f2 | cut -c 1-7}
  42. ${voffset 10}Core/Radeon: +${execi 20 /usr/local/bin/radeon | cut -d'+' -f2 | cut -c 1-7}
  43. ${voffset 25}DISCO 1= ${execi 20 sudo hddtemp /dev/sda |cut -d":" -f3 }
  44. ${voffset 10}DISCO 2= ${execi 20 sudo hddtemp /dev/sdb |cut -d":" -f3 }
  45. ${voffset 10}DISCO 3= ${execi 20 sudo hddtemp /dev/sdc |cut -d":" -f3 |cut -c 2-7 }
  46. ${voffset 25}ETHERNET (${addr eth0})
  47. ${voffset 10}Down: ${execp ~/scripts/medir_tx_rx |cut -d":" -f2} Up: ${execp ~/scripts/medir_tx_rx |cut -d":" -f4}
  48. ${voffset 10}Total Down: ${execp ~/scripts/medir_tx_rx |cut -d":" -f1}
  49. ${voffset 10}Total Up: ${execp ~/scripts/medir_tx_rx |cut -d":" -f3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement