Advertisement
Kimarite

crunchbang_default - .conkyrc

Jul 31st, 2015
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 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. ##############################################
  26. # Compositing tips:
  27. # Conky can play strangely when used with
  28. # different compositors. I have found the
  29. # following to work well, but your mileage
  30. # may vary. Comment/uncomment to suit.
  31. ##############################################
  32. ## no compositor
  33. own_window_type override
  34. own_window_argb_visual no
  35.  
  36. ## xcompmgr
  37. #own_window_type override
  38. #own_window_argb_visual yes
  39.  
  40. ## cairo-compmgr
  41. #own_window_type desktop
  42. #own_window_argb_visual yes
  43. ##############################################
  44. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  45. double_buffer yes
  46. minimum_size 200 200
  47. maximum_width 240
  48. draw_shades no
  49. draw_outline no
  50. draw_borders no
  51. draw_graph_borders no
  52. default_color 656667
  53. default_shade_color 000000
  54. default_outline_color 828282
  55. alignment top_right
  56. gap_x 12
  57. gap_y 56
  58. no_buffers yes
  59. uppercase no
  60. cpu_avg_samples 2
  61. override_utf8_locale no
  62. ##############################################
  63. # Output
  64. ##############################################
  65. TEXT
  66. S Y S T E M I N F O
  67. ${hr}
  68. Host:$alignr$nodename
  69. Uptime:$alignr$uptime
  70. RAM:$alignr$mem/$memmax
  71. Swap usage:$alignr$swap/$swapmax
  72. Disk usage:$alignr${fs_used /}/${fs_size /}
  73. CPU usage:$alignr${cpu cpu0}%
  74.  
  75.  
  76. S H O R T C U T K E Y S
  77. ${hr}
  78. Alt+F2$alignr Run Dialog
  79. Alt+F3$alignr Alt Menu
  80. Super+Space$alignr Main Menu
  81. Super+Tab$alignr Client Menu
  82. Super+t$alignr Terminal
  83. Super+f$alignr File Manager
  84. Super+e$alignr Editor
  85. Super+m$alignr Media Player
  86. Super+w$alignr Web Browser
  87. Super+l$alignr Lock Screen
  88. Super+v$alignr Volume Control
  89. Super+x$alignr Logout
  90. PrtSc$alignr Screenshot
  91.  
  92. ## http://pastebin.com/Z0c8pCQW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement