Advertisement
soaheb

conky

Apr 16th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. #avoid flicker
  2. double_buffer yes
  3.  
  4. #own window to run simultanious 2 or more conkys
  5. own_window yes
  6. own_window_transparent yes
  7. own_window_type desktop
  8. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  9.  
  10. #background
  11. background no
  12. use_xft yes
  13. xftalpha 0.8
  14. #font Zekton:size=8
  15. #xftfont Zekton:size=8
  16. xftfont Monospace:size=7
  17. use_spacer none
  18. minimum_size 1366 0
  19.  
  20. #borders
  21. draw_borders no
  22.  
  23. #shades
  24. draw_shades yes
  25.  
  26. #outline
  27. draw_outline yes
  28.  
  29. #position
  30. gap_x 2
  31. gap_y 0
  32. alignment top_left
  33.  
  34. #behaviour
  35. #update_interval 5
  36. #update_interval_on_battery 10 ADP0
  37.  
  38. #Headercolor
  39. color0 cornflowerblue
  40.  
  41. #Logocolor
  42. color1 cornflowerblue
  43.  
  44. #Text Systeminfo/IP
  45. color2 darkgrey
  46.  
  47. #Variable Text
  48. color3 cyan
  49.  
  50. #Graphen
  51. color4 darkgrey
  52.  
  53. #Running
  54. color5 orange
  55.  
  56. TEXT
  57. #LINE 1
  58. ${goto 5}${color0}Cpu 1: ${color}${freq_g 1}GHz (${cpu cpu1}%) \
  59. ${goto 120}${color0}Cpu 2: ${color}${freq_g 2}GHz (${cpu cpu2}%) \
  60. ${goto 235}${color0}Cpu 3: ${color}${freq_g 3}GHz (${cpu cpu3}%) \
  61. ${goto 350}${color0}Cpu 4: ${color}${freq_g 4}GHz (${cpu cpu4}%) \
  62. ${goto 465}${color0}CPU Temp: \
  63. ${goto 530}${color0}Ram: ${color}${memmax} \
  64. ${goto 620}${color0}Root: ${color}${fs_used /}/${fs_size /} \
  65. ${goto 750}${color0}NvCard: ${color}${exec /home/andreas/.conkyrc_nvidia} \
  66. ${goto 830}${color0}Time: ${color}${exec /home/andreas/.conkyrc_battery} \
  67. ${goto 920}${color0}Essid: ${color}${wireless_essid eth1} \
  68. ${goto 1030}${color0}TopCPU1: ${color}${top name 1}${goto 1130}${top cpu 1}% \
  69. ${goto 1180}${color0}TopMEM1: ${color}${top_mem name 1}${goto 1280}${top_mem mem_res 1} \
  70.  
  71.  
  72. #LINE 2
  73. ${goto 5}${color0}Cpu 5: ${color}${freq_g 5}GHz (${cpu cpu5}%) \
  74. ${goto 120}${color0}Cpu 6: ${color}${freq_g 6}GHz (${cpu cpu6}%) \
  75. ${goto 235}${color0}Cpu 7: ${color}${freq_g 7}GHz (${cpu cpu7}%) \
  76. ${goto 350}${color0}Cpu 8: ${color}${freq_g 8}GHz (${cpu cpu8}%) \
  77. ${goto 465}${color}${exec /home/andreas/.conky_temp.sh}°C \
  78. ${goto 530}${color0}Used: ${color}${mem} \
  79. ${goto 620}${color0}Home: ${color}${fs_used /home}/${fs_size /home} \
  80. ${goto 750}${color0}Vol: ${color}${exec /home/andreas/.conkyrc_volume} \
  81. ${goto 830}${color0}Bat: ${color}${exec /home/andreas/.conkyrc_battery2} \
  82. ${goto 920}${color0}Wifi: ${color}${wireless_link_qual_perc wl}% \
  83. ${goto 1030}${color0}TopCPU2: ${color}${top name 2}${goto 1130}${top cpu 2}% \
  84. ${goto 1180}${color0}TopMEM2: ${color}${top_mem name 2}${goto 1280}${top_mem mem_res 2} \
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement