Advertisement
rokytnji

Samsung Big conkyrc

Aug 4th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. default_color Chartreuse
  2. default_outline_color Dark Cyan
  3. default_shade_color Dark Cyan
  4. #alignment top_right
  5. alignment t l
  6. background yes
  7. border_width 1
  8. cpu_avg_samples 2
  9. double_buffer yes
  10. draw_borders no
  11. draw_graph_borders yes
  12. draw_outline no
  13. draw_shades no
  14. gap_x 25
  15. gap_y 200
  16. minimum_size 6600 20
  17. maximum_width 330
  18. max_specials 512
  19. max_user_text 65536
  20. max_port_monitor_connections 64
  21. net_avg_samples 2
  22. no_buffers yes
  23. out_to_console no
  24. own_window no
  25. #own_window desktop
  26. #own_window_type root
  27. #own_window_type normal
  28. #own_window_type override
  29. own_window transperant no
  30. own_window_argb_visual yes
  31. own_window_argb_value 150
  32. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  33. TEXT
  34. ${color white}${cpugraph ff0000 0000ff}
  35. CPU:1 ${cpu cpu1}% $alignc${cpubar cpu1}
  36. CPU:2 ${cpu cpu2}% $alignc${cpubar cpu2}
  37. ${color yellow}$nodename ${alignc}$sysname $kernel ${alignr}$color${time %l:%M:%p}
  38. ${color yellow}HDD usage ${hr 2}$color
  39. Root : ${fs_free_perc /}% ${fs_bar 6 /}$color
  40. Home : ${fs_free_perc /home}% ${fs_bar 6 /home}$color
  41.  
  42. ${color red}/ ${fs_used /}/ ${fs_size /}${alignr}${fs_bar 5,120 /}
  43.  
  44. ${color green}Top Processes: PID CPU% MEM%
  45. $color ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  46. $color ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  47. $color ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  48. $color ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  49. $color ${top name 3} ${top pid 5} ${top cpu 5} ${top mem 5}
  50.  
  51. ${color yellow}Hard Drive Temperature F ${exec sensors | grep 'temp1' | cut -c15-16 | awk '{print ($1*9)/5+32}'}
  52. ${color pink}LOGGING ${hr 2}$color
  53. ${execi 30 tail -n3 /var/log/messages | fold -w50}
  54. ${scroll 16 $nodename - $sysname $kernel on $machine | }
  55. $hr
  56. ${color red}Uptime:$color $uptime
  57.  
  58. ${color yellow}Hard Drive Tempature C ${acpitemp}
  59. ${color white}${exec sensors | grep 'RPM'}
  60. ${execi 300 sensors | grep Core}
  61. ${color lightgrey}Networking:${color #00ee00}
  62. ETH0 ${color lightgrey} on ${color orange} ${addr eth0}
  63. ${color lightgrey}Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset 80}
  64. ${color #0000ff}${downspeedgraph eth0 ff0000 0000ff}
  65. Up:${color #22ccff} ${upspeed eth0} k/s
  66. ${color #22ccff}${upspeedgraph eth0 0000ff ff0000}
  67. WLAN0 ${color lightgrey} on ${color orange} ${addr wlan0}
  68. ${color lightgrey}Down:${color #8844ee} ${downspeed wlan0} k/s${color lightgrey} ${offset 80}
  69. ${color #0000ff}${downspeedgraph wlan0 ff0000 0000ff}
  70. Up:${color #22ccff} ${upspeed wlan0} k/s
  71. ${color #22ccff}${upspeedgraph wlan0 0000ff ff0000}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement