dist-conkyrc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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 no
  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. # Output
  47. ##############################################
  48. TEXT
  49. S Y S T E M I N F O
  50. ${hr}
  51. Host:$alignr$nodename
  52. Uptime:$alignr$uptime
  53. RAM:$alignr$mem/$memmax
  54. Swap usage:$alignr$swap/$swapmax
  55. Disk usage:$alignr${fs_used /}/${fs_size /}
  56. CPU usage:$alignr${cpu cpu0}%
  57. S H O R T C U T K E Y S
  58. ${hr}
  59. Alt+F2$alignr Run Dialog
  60. Alt+F3$alignr Alt Menu
  61. Super+Space$alignr Main Menu
  62. Super+Tab$alignr Client Menu
  63. Super+t$alignr Terminal
  64. Super+f$alignr File Manager
  65. Super+e$alignr Editor
  66. Super+m$alignr Media Player
  67. Super+w$alignr Web Browser
  68. Super+h$alignr Task Manager
  69. Super+l$alignr Lock Screen
  70. Super+v$alignr Volume Control
  71. Super+x$alignr Logout
  72. PrtSc$alignr Screenshot