Advertisement
Guest User

Untitled

a guest
May 1st, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. # set to yes if you want tormo to be forked in the background
  2. background no
  3.  
  4. cpu_avg_samples 2
  5. net_avg_samples 2
  6.  
  7. out_to_console no
  8.  
  9. # X font when Xft is disabled, you can pick one with program xfontsel
  10. #font 7x12
  11. #font *mintsmild.se*
  12.  
  13. # Use Xft?
  14. use_xft yes
  15.  
  16. # Xft font when Xft is enabled
  17. xftfont Bitstream Vera Sans Mono:size=8
  18.  
  19. # Text alpha when using Xft
  20. xftalpha 0.8
  21.  
  22. # mail spool
  23. mail_spool $MAIL
  24.  
  25. # Update interval in seconds
  26. update_interval 1
  27.  
  28. # Create own window instead of using desktop (required in nautilus)
  29. own_window no
  30.  
  31. # Use double buffering (reduces flicker, may not work for everyone)
  32. double_buffer yes
  33.  
  34.  
  35. # Minimum size of text area
  36. minimum_size 230 5
  37. maximum_width 230
  38.  
  39. # Draw shades?
  40. draw_shades no
  41.  
  42. # Draw outlines?
  43. draw_outline no
  44.  
  45. # Draw borders around text
  46. draw_borders no
  47.  
  48. # Stippled borders?
  49. stippled_borders 8
  50.  
  51. # border margins
  52. border_margin 4
  53.  
  54. # border width
  55. border_width 1
  56.  
  57. # Default colors and also border colors
  58. default_color white
  59. default_shade_color black
  60. default_outline_color black
  61.  
  62. # Text alignment, other possible values are commented
  63. #alignment top_left
  64. #alignment top_right
  65. #alignment bottom_left
  66. alignment bottom_right
  67.  
  68. # Gap between borders of screen and text
  69. gap_x 13
  70. gap_y 7
  71.  
  72. # Add spaces to keep things from moving about? This only affects certain objects.
  73. use_spacer no
  74.  
  75. # Subtract file system buffers from used memory?
  76. no_buffers yes
  77.  
  78. # set to yes if you want all text to be in uppercase
  79. uppercase no
  80.  
  81. # stuff after 'TEXT' will be formatted on screen
  82. TEXT
  83. ${color #88aadd}$nodename - $sysname $kernel on $machine
  84. $hr
  85. ${color #88aadd}System Info:
  86. ${color lightgrey}CORE 1:${color} ${cpu 1}${color lightgrey}% ${alignr}${offset -49}${color}${freq_g 1} ${color lightgrey}Ghz
  87. ${color lightgrey}CORE 2:${color} ${cpu 2}${color lightgrey}% ${alignr}${offset -49}${color}${freq_g 2} ${color lightgrey}Ghz
  88. ${color lightgrey}Uptime: ${color}$uptime
  89. ${color lightgrey}Processes:$color $running_processes/$processes ${offset 6}${color lightgrey}Load:$color ${loadavg 3}
  90. ${color lightgrey}RAM:$color $mem${color lightgrey} /${color}$memmax ( $memperc% )
  91. ${color lightgrey}Swap:$color $swap${color lightgrey} / ${color}$swapmax ( $swapperc% )
  92. $hr
  93. ${color #88aadd}Memory usage:
  94. ${color lightgrey}Name PID CPU% MEM%
  95. ${color}${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  96. ${color}${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  97. ${color}${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
  98. ${color}${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
  99. $hr
  100. ${color #88aadd}Network:
  101. ${color lightgrey}Net: $color${addr eth0}${offset 6}${color lightgrey}
  102. Essid: ${color}${exec sudo iwconfig eth0 | grep "ESSID" | cut -c 32-45}
  103. ${color lightgrey}Up:${color} ${upspeedf eth0} k/s${color lightgrey}${alignr}${color lightgrey}Tot:${color} ${totalup eth0} ${color lightgrey}
  104. ${color lightgrey}Down: ${color}${downspeedf eth0} k/s ${alignr}${color lightgrey}Tot:${color} ${totaldown eth0}
  105. $hr
  106. ${voffset 5}${color #88aadd}Disks:
  107. / $color${fs_used /} / ${fs_size} (${fs_free /})${fs_used_perc /}${color lightgrey}%${offset 53}
  108. ${color #88aadd}dati $color${fs_used /media/dati} / ${fs_size /media/dati} (${fs_free /media/dati})${fs_used_perc /media/dati}${color lightgrey}%${offset 53}
  109. ${color #88aadd}win $color${fs_used /media/windows} / ${fs_size /media/windows} (${fs_free /media/windows})${fs_used_perc /media/windows}${color lightgrey}%${voffset 5}
  110. $hr
  111. ${color #88aadd}Inbox: samumatt@gmail.com
  112. ${font}${execpi 120 python ~/Scripts/conkyscripts/gmail_parser.py samumatt@gmail.com fkzxyt12 3}
  113. ${color #88aadd}Inbox: vivosunamela85@gmail.com
  114. ${font}${execpi 300 python ~/Scripts/conkyscripts/gmail_parser.py vivosunamela85@gmail.com fkzxyt12 3}
  115. $hr
  116. ${color #88aadd}Banshee${alignr}${offset -22}
  117. $color artist: ${color #88aadd}${execi 15 ~/conkyshee.py -a}
  118. $color track: ${color #88aadd}${execi 15 ~/conkyshee.py -n}${voffset 5}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement