Advertisement
Guest User

~/.conkyrc - Nathan Typanski

a guest
Jun 5th, 2012
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. background yes
  2. use_xft yes
  3. xftfont Terminus:size=9
  4. xftalpha 1.0
  5. out_to_console no
  6. update_interval 1.0
  7. total_run_times 0
  8. own_window no
  9. double_buffer yes
  10. minimum_size 1580 900
  11. draw_shades yes
  12. draw_outline no
  13. draw_borders no
  14. stippled_borders 8
  15. border_margin 4
  16. border_width 1
  17. default_color white
  18. default_shade_color black
  19. default_outline_color white
  20. alignment top_left
  21. gap_x 10
  22. gap_y 10
  23. no_buffers yes
  24. uppercase no
  25. cpu_avg_samples 2
  26. net_avg_samples 2
  27. override_utf8_locale no
  28. use_spacer yes
  29.  
  30. #mpd
  31. mpd_host /home/nathan/.mpd/socket
  32. mpd_port 6606
  33.  
  34. TEXT
  35. # ${color slate grey}
  36. # ${color #ddaa00}
  37. #${color #ccccee}BATTERY
  38. ${color #ccccee} ${exec acpi}
  39. ${color slate grey}power ${color #ddaa00}${if_match "$acpiacadapter"=="on-line"}charging${else}${color lightgrey}draining${endif} ${battery_percent}%
  40. ${color }${battery_bar 10,200}
  41. ${alignr}${color #ccccee}DISK
  42. ${alignr}${color #ddaa00}${diskio_read}${color slate grey} read
  43. ${alignr}${color}${diskiograph_read 10,130 000000 ffffff -t -l}
  44. ${alignr}${color #ddaa00}${diskio_write}${color slate grey} write
  45. ${alignr}${color}${diskiograph_write 10,130 000000 ffffff -t -l}
  46. ${color #ccccee}NETWORK
  47. ${color slate grey}essid ${color #ddaa00}${wireless_essid wlan0}
  48. ${color slate grey}ip ${color #ddaa00}${addr wlan0}
  49. ${color slate grey}mode ${color #ddaa00}${wireless_mode wlan0}
  50. ${color slate grey}up ${color #ddaa00}${upspeed wlan0}
  51. ${color }${upspeedgraph wlan0 10,130 000000 ffffff -l -t}
  52. ${color slate grey}down ${color #ddaa00}${downspeed wlan0}${color}
  53. ${color }${downspeedgraph wlan0 10,130 000000 ffffff -l -t}
  54. ${alignr}${color #ccccee}CPU
  55. ${alignr}${color slate grey}core 1: ${color #ddaa00}${cpu cpu1}%${color} ${color}${freq_g 1}GHz ${cpugraph cpu1 10,130 000000 ffffff -t -l}
  56. ${alignr}${color slate grey}core 2: ${color #ddaa00}${cpu cpu2}%${color} ${color}${freq_g 2}GHz ${cpugraph cpu2 10,130 000000 ffffff -t -l}
  57. ${alignr}${color slate grey}core 3: ${color #ddaa00}${cpu cpu3}%${color} ${color}${freq_g 3}GHz ${cpugraph cpu3 10,130 000000 ffffff -t -l}
  58. ${alignr}${color slate grey}core 4: ${color #ddaa00}${cpu cpu4}%${color} ${color}${freq_g 4}GHz ${cpugraph cpu4 10,130 000000 ffffff -t -l}
  59.  
  60. ${alignr}${color #ccccee}GPU
  61. ${alignr}${color slate grey}clock ${color #ddaa00}${nvidia gpufreq}${color white} MHz
  62. ${alignr}${color slate grey}temp ${color #ddaa00}${nvidia temp}${color}/${nvidia threshold}${iconv_start UTF-8 ISO_8859-1}°${iconv_stop}
  63. ${alignr}${color slate grey}memfreq ${color #ddaa00}${nvidia memfreq}
  64.  
  65. ${alignr}${color #ccccee}RAM
  66. ${alignr}${color slate grey}${color #ddaa00}${mem}${color}/ ${memmax}
  67. ${alignr}${color}${membar 10, 200}
  68. #
  69. #
  70. #${alignc} ${color #ccccee} MPD ${color #88ff88}Now $mpd_status
  71. #$color ${alignc} $mpd_artist
  72. #${alignc} $mpd_title
  73. #${alignc} Volume: $mpd_vol Bitrate: $mpd_bitrate kbps
  74. #${alignc} ${color #ccddff} ${mpd_bar 3, 300}
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. ${color slate grey}/var/log/everything.log:
  83. ${color}${exec tail -n14 /var/log/everything.log}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement