Guest User

.conkyrc

a guest
Jun 21st, 2013
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. # Default Fonts
  2. use_xft yes
  3. xftfont 123:size=8
  4. override_utf8_locale yes
  5.  
  6. # Performance Settings
  7. update_interval 2
  8. total_run_times 0
  9. double_buffer yes
  10. no_buffers yes
  11. net_avg_samples 2
  12. text_buffer_size 1024
  13.  
  14. # Window Settings
  15. own_window yes
  16. own_window_transparent yes
  17. own_window_type panel
  18. own_window_hints undecorated,below,skip_taskbar,sticky,skip_pager
  19.  
  20. # Window border
  21. draw_borders no
  22. draw_shades no
  23.  
  24. # Default Color
  25. default_color E0DFDE
  26.  
  27. # Color Title.
  28. color0 DD3A21
  29.  
  30. # Size and position
  31. minimum_size 220 1080
  32. gap_x 0
  33. gap_y 0
  34. alignment top_right
  35.  
  36. TEXT
  37. ${color #E0DFDE}
  38. ${image ~/Dropbox/Comp/PC/conky-launchpad-edited/pix/background_bottom.jpg -p -1,0 -s 244x1080}${image ~/Dropbox/Comp/PC/conky-launchpad-edited/pix/system.png -p 5,30 -s 45x45}${image ~/Dropbox/Comp/PC/conky-launchpad-edited/pix/resources.png -p 5,158 -s 45x45}${image ~/Dropbox/Comp/PC/conky-launchpad-edited/pix/file-system.png -p 5,396 -s 45x45}${image ~/Dropbox/Comp/PC/conky-launchpad-edited/pix/wireless.png -p 5,323 -s 45x45}${image ~/Dropbox/Comp/PC/conky-launchpad-edited/pix/units.png -p 5,474 -s 45x45}
  39.  
  40. ${GOTO 55}${font 123:bold:size=10}System$font
  41. ${GOTO 55}$sysname $kernel $alignr $machine
  42. ${GOTO 55}Uptime $alignr $uptime
  43. ${GOTO 55}Packages$alignr${execi 3600 pacman -Qq |wc -l}
  44. ${GOTO 55}${if_match ${execpi 1800 pacman -Qu | wc -l}>9}${color red}${else}$color${endif}Updates $alignr ${execpi 1800 pacman -Qu | wc -l}$color
  45. ${GOTO 55}${if_match ${execi 30 sensors | grep 'MB Temperature:' | cut -c22-23}>49}${color red}${else}$color${endif}MB Temperature $alignr ${execi 30 sensors | grep 'MB Temperature:' | cut -c22-23}°C
  46. ${GOTO 55}${if_match ${execi 30 hddtemp /dev/sda | grep '/dev/sda:' | cut -c25-26}>49}${color red}${else}$color${endif}HDD Temperature $alignr ${execi 30 hddtemp /dev/sda | grep '/dev/sda:' | cut -c25-26}°C
  47. ${GOTO 55}${if_match ${execi 30 nvidia-settings -query GPUCoreTemp | grep "Attribute 'GPUCoreTemp' (archpc:0.0)" | cut -c 41-42}>49}${color red}${else}$color${endif}GPU Temperature $alignr ${execi 30 nvidia-settings -query GPUCoreTemp | grep "Attribute 'GPUCoreTemp' (archpc:0.0)" | cut -c 41-42}°C
  48.  
  49. ${GOTO 55}${font 123:bold:size=10}Resourses$font
  50. ${GOTO 55}RAM$alignr$memperc %
  51. ${GOTO 55}${if_match ${memperc}>49}${color red}${else}${color}${endif}${membar 5,160}${color}
  52. ${GOTO 55}Core 0 ${if_match ${execi 30 sensors | grep 'Core 0:' | cut -c16-17}>49}${color red}${else}${color}${endif}${execi 30 sensors | grep 'Core 0:' | cut -c16-17}°C$alignr${if_match ${cpu cpu1}>49}${color red}${else}${color}${endif}${cpu cpu1} %
  53. ${GOTO 55}${cpubar cpu1 5,160}${color}
  54. ${GOTO 55}Core 1 ${if_match ${execi 30 sensors | grep 'Core 1:' | cut -c16-17}>49}${color red}${else}${color}${endif}${execi 30 sensors | grep 'Core 1:' | cut -c16-17}°C$alignr${if_match ${cpu cpu2}>49}${color red}${else}${color}${endif}${cpu cpu2} %
  55. ${GOTO 55}${cpubar cpu2 5,160}${color}
  56.  
  57. ${GOTO 55} PID | PROCESS |$alignr CPU
  58. ${GOTO 55}${top pid 1} ${top name 1}${alignr}${top cpu 1} %
  59. ${GOTO 55}${top pid 2} ${top name 2}${alignr}${top cpu 2} %
  60. ${GOTO 55}${top pid 3} ${top name 3}${alignr}${top cpu 3} %
  61.  
  62. ${GOTO 55}${font 123:bold:size=10}Network$font
  63. ${GOTO 55}Ip adress$alignr${addr enp2s1}
  64. ${GOTO 55}Up ${upspeedf enp2s1} kb/s$alignr${totalup enp2s1}
  65. ${GOTO 55}Down ${downspeedf enp2s1} kb/s$alignr${totaldown enp2s1}
  66.  
  67. ${GOTO 55}${font 123:bold:size=10}File System$font
  68. ${GOTO 55}Dir | Used |$alignr Total
  69. ${GOTO 55} -----------------------------------------
  70. ${GOTO 55}root | ${fs_used /}$alignr | ${fs_size /}
  71. ${GOTO 55}home | ${fs_used /home}$alignr | ${fs_size /home}
  72.  
  73. ${GOTO 55}${font 123:bold:size=10}Etc$font
  74. ${GOTO 55}${if_match ${execi 30 ~/Dropbox/Comp/PC/conky-launchpad-edited/gmail | cut -c 1}>0}${color red}${else}${color}${endif}${execi 30 ~/Dropbox/Comp/PC/conky-launchpad-edited/gmail} messages in main
  75. ${GOTO 55}${if_match ${execi 30 ~/Dropbox/Comp/PC/conky-launchpad-edited/gmail1 | cut -c 1}>0}${color red}${else}${color}${endif}${execi 30 ~/Dropbox/Comp/PC/conky-launchpad-edited/gmail1} messages in secondary
  76. ${GOTO 55}${rss http://archlinux.org.ru/news/feed/ 120 item_titles 1}
Advertisement
Add Comment
Please, Sign In to add comment