Advertisement
hectorcastelli

Conky Crunchbang Config

Jan 7th, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. # conky configuration
  2. #
  3. # The list of variables has been removed from this file in favour
  4. # of keeping the documentation more maintainable.
  5. # Check http://conky.sf.net for an up-to-date-list.
  6. #
  7. # For ideas about how to modify conky, please see:
  8. # http://crunchbanglinux.org/forums/topic/59/my-conky-config/
  9. #
  10. # For help with conky, please see:
  11. # http://crunchbanglinux.org/forums/topic/2047/conky-help/
  12. #
  13. # Enjoy!
  14. ##############################################
  15. # Settings
  16. ##############################################
  17. background yes
  18. use_xft yes
  19. xftfont Liberation Sans:size=9
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window yes
  24. own_window_transparent yes
  25. own_window_type desktop
  26. #own_window_argb_visual yes
  27. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  28. double_buffer yes
  29. minimum_size 200 200
  30. maximum_width 240
  31. draw_shades no
  32. draw_outline no
  33. draw_borders no
  34. draw_graph_borders yes
  35. default_color 656667
  36. default_shade_color 000000
  37. default_outline_color 828282
  38. alignment top_right
  39. gap_x 12
  40. gap_y 56
  41. no_buffers yes
  42. uppercase no
  43. cpu_avg_samples 2
  44. override_utf8_locale no
  45. ##############################################
  46. # Colors
  47. ##############################################
  48. # ${color hexcode}
  49. # $color
  50. ##############################################
  51. # Output
  52. ##############################################
  53. TEXT
  54. S Y S T E M I N F O
  55. ${hr}
  56. Host:$alignr$nodename
  57. Uptime:$alignr$uptime
  58. RAM:$alignr$mem/$memmax
  59. $membar
  60. Swap usage:$alignr$swap/$swapmax
  61. ${swapbar}
  62. Disk usage:$alignr${fs_used /}/${fs_size /}
  63. ${fs_bar /}
  64. CPU usage:$alignr${cpu cpu0}% ${cpubar cpu1 8,60}
  65. ${cpugraph cpu1}
  66. GPU USED:$alignr${execi 60 aticonfig --odgc | grep 'GPU load :' | cut -c32-34}
  67.  
  68.  
  69. N E T W O R K S P E E D
  70. ${hr}
  71. Upload:$alignr${color 666699}${upspeed wlan0}/s$color
  72. Download:$alignr${color 666699}${downspeed wlan0}/s$color
  73.  
  74.  
  75. N E T W O R K D A T A
  76. ${hr}
  77. Dowloaded:$alignr${totaldown wlan0}
  78. Uploaded:$alignr${totalup wlan0}
  79.  
  80.  
  81. S H O R T C U T K E Y S
  82. ${hr}
  83. Alt+F2$alignr Run Dialog
  84. Alt+F3$alignr Alt Menu
  85. Super+Space$alignr Main Menu
  86. Super+Tab$alignr Client Menu
  87. Super+t$alignr Terminal
  88. Super+f$alignr File Manager
  89. Super+e$alignr Editor
  90. Super+m$alignr Media Player
  91. Super+w$alignr Web Browser
  92. Super+h$alignr Task Manager
  93. Super+l$alignr Lock Screen
  94. Super+v$alignr Volume Control
  95. Super+x$alignr Logout
  96. PrtSc$alignr Screenshot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement