Advertisement
Guest User

ConkySimple

a guest
Jun 16th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 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. override_utf8_locale yes
  19. use_xft yes
  20. xftfont Open Sans:size=10
  21. xftalpha 1
  22. update_interval 3.0
  23. total_run_times 0
  24. own_window yes
  25. own_window_transparent yes
  26. own_window_type desktop
  27. #own_window_argb_visual yes
  28. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  29. double_buffer yes
  30. minimum_size 200 200
  31. maximum_width 240
  32. draw_shades no
  33. draw_outline no
  34. draw_borders no
  35. draw_graph_borders no
  36. default_color 828282
  37. default_shade_color 828282
  38. default_outline_color 828282
  39. alignment top_right
  40. gap_x 12
  41. gap_y 28
  42. no_buffers yes
  43. uppercase no
  44. cpu_avg_samples 2
  45. override_utf8_locale no
  46. ##############################################
  47. # Output
  48. ##############################################
  49.  
  50. TEXT
  51.  
  52. ${font Raleway:weight=Light :size=62}${time %H:%M}${font}
  53.  
  54. ${voffset 2}${alignc}${time %A, %d %B %Y}
  55.  
  56. SYSTEM
  57. ${hr}
  58. ${voffset 2}${font Arial Black:style=Bold:size=12}#!${font} CrunchBang Linux ${alignr}08.10.01
  59. ${font StyleBats:size=16}A${font} CPU: ${cpu cpu0}% ${alignr}${cpubar cpu1 8,60}
  60. ${font StyleBats:size=16}g${font} RAM: $mem/$memmax ${alignr}${membar 8,60}
  61. ${font StyleBats:size=16}j${font} SWAP: $swap/$swapmax ${alignr}${swapbar 8,60}
  62. ${font StyleBats:size=16}q${font} UPTIME: ${alignr}${uptime}
  63.  
  64. SHORTCUTS
  65. ${hr}
  66. Alt+F2$alignr Run Dialog
  67. Alt+F3$alignr Alt Menu
  68. Super+Space$alignr Main Menu
  69. Super+Tab$alignr Client Menu
  70. Super+t$alignr Terminal
  71. Super+f$alignr File Manager
  72. Super+e$alignr Editor
  73. Super+m$alignr Media Player
  74. Super+w$alignr Web Browser
  75. Super+h$alignr Task Manager
  76. Super+l$alignr Lock Screen
  77. Super+v$alignr Volume Control
  78. Super+x$alignr Logout
  79. PrtSc$alignr Screenshot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement