Advertisement
Guest User

ConkyRc

a guest
Jul 29th, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.38 KB | None | 0 0
  1. # Based on Conky-Faenza 2.3
  2. # 100% GPL ~ Feel free to modif!
  3. # modif by Zeka <zeka.spb@gmail.com>
  4. # Faenza icons by Tiheum
  5.  
  6. # Default Fonts
  7. use_xft yes
  8. xftfont Ubuntu:size=9
  9. override_utf8_locale yes
  10.  
  11. # Performance Settings
  12. double_buffer yes
  13.  
  14. # Cache Setting
  15. imlib_cache_size 0
  16.  
  17. # Window Settings
  18. own_window yes
  19. own_window_type normal
  20. own_window_transparent yes
  21. own_window_hints undecorated,sticky,below,skip_taskbar,skip_pager
  22.  
  23. # Window border
  24. draw_borders no
  25. draw_shades no
  26. draw_graph_borders no
  27.  
  28. # Default Color
  29. default_color CCCCCC
  30.  
  31. # Color Title.
  32. color0 D34E18
  33.  
  34. # Size and position
  35. minimum_size 220 710
  36. alignment bottom_right
  37. gap_x 0
  38. gap_y 0
  39.  
  40. TEXT
  41. # CPU
  42. ${image ~/.conky/themes/elegant.png -p 0,0 200x848}
  43. ${image ~/.conky/icons/spacer.png -p 13,13 194x4}
  44. ${goto 13}${cpugraph 20,185 FFFFFF D34E18}
  45. ${goto 20}CPU Kullanımı:${goto 149}${cpu cpu0}%
  46. ${goto 20}${top name 1}${goto 120}: ${top cpu 1}%
  47. ${goto 20}${top name 2}${goto 120}: ${top cpu 2}%
  48. ${goto 20}${top name 3}${goto 120}: ${top cpu 3}%
  49. ${image ~/.conky/icons/system.png -p 170,100 40x40}
  50. ${image ~/.conky/icons/spacer.png -p 13,150 194x4}
  51. # RAM
  52. ${goto 13}${memgraph 20,185 FFFFFF D34E18}
  53. ${goto 20}RAM Kullanımı ${memperc}%
  54. ${goto 20}Total çalışan ${processes} işlem mevcut
  55. ${goto 20}Bunlardan ${running_processes} tanesi aktif
  56. ${goto 20}${top name 1}${goto 120}: ${top mem 1}%
  57. ${goto 20}${top name 2}${goto 120}: ${top mem 2}%
  58. ${goto 20}${top name 3}${goto 120}: ${top mem 3}%
  59. ${image ~/.conky/icons/memory.png -p 170,250 40x40}
  60. ${image ~/.conky/icons/spacer.png -p 13,300 194x4}
  61.  
  62. # File system
  63. ${goto 20}Root: ${fs_free /} / ${fs_size /} boş
  64. ${goto 13}${fs_bar 4,190 /}
  65. ${goto 20}Home: ${fs_free /home} / ${fs_size /home}  boş
  66. ${goto 13}${fs_bar 4,170 /home}
  67. ${goto 20}Data: ${fs_free /windows} / ${fs_size /windows} boş
  68. ${goto 13}${fs_bar 4,150 /windows}
  69. ${image ~/.conky/icons/media.png -p 170,400 40x40}
  70. ${image ~/.conky/icons/spacer.png -p 13,450 194x4}
  71.  
  72. # System info
  73. ${goto 20}Kernel${goto 70} : ${kernel}
  74. ${goto 20}Distr${goto 70} : ${exec lsb_release -d | cut -b 14-25}
  75. ${goto 20}Uptime${goto 70} : ${uptime_short}
  76. ${image ~/.conky/icons/info.png -p 170,480  40x40}
  77. ${image ~/.conky/icons/spacer.png -p 13,530 194x4}
  78.  
  79. # Notes
  80.  
  81.  
  82. ${goto 20}Sandığımdan daha da adil olmayan
  83. ${goto 88}bir delilik hali; Hayat...
  84. ${image ~/.conky/icons/spacer.png -p 13,640 194x4}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement