Advertisement
Guest User

Conky blue by_Arch_linuxer_i_forget

a guest
Jun 13th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 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 cure:size=8
  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. ${color 00b9f2}Host${color 656667}$alignr$nodename
  52. ${color 00b9f2}Uptime${color 656667}$alignr$uptime
  53. ${color 00b9f2}RAM${color 656667}$alignr$mem/$memmax
  54. ${color 00b9f2}Swap usage${color 656667}$alignr$swap/$swapmax
  55. ${color 00b9f2}Disk usage${color 656667}$alignr${fs_used /}/${fs_size /}
  56. ${color 00b9f2}CPU usage${color 656667}$alignr${cpu cpu0}%
  57.  
  58.  
  59. S H O R T C U T K E Y S
  60. ${hr}
  61. ${color 00b9f2}Alt+F2${color 656667}$alignr Run Dialog
  62. ${color 00b9f2}Alt+F3${color 656667}$alignr Alt Menu
  63. ${color 00b9f2}Super+Space${color 656667}$alignr Main Menu
  64. ${color 00b9f2}Super+Tab${color 656667}$alignr Client Menu
  65. ${color 00b9f2}Super+t${color 656667}$alignr Terminal
  66. ${color 00b9f2}Super+f${color 656667}$alignr File Manager
  67. ${color 00b9f2}Super+e${color 656667}$alignr Editor
  68. ${color 00b9f2}Super+m${color 656667}$alignr Media Player
  69. ${color 00b9f2}Super+w${color 656667}$alignr Web Browser
  70. ${color 00b9f2}Super+l${color 656667}$alignr Lock Screen
  71. ${color 00b9f2}Super+v${color 656667}$alignr Volume Control
  72. ${color 00b9f2}Super+x${color 656667}$alignr Logout
  73. ${color 00b9f2}PrtSc${color 656667}$alignr Screenshot
  74.  
  75.  
  76. N E T
  77. ${hr}
  78. ${color 00b9f2}SSH ${color 656667}${tcp_portmon 6447 6447 rip 0}
  79.  
  80.  
  81. M U S I C
  82. ${hr}
  83. ${color 00b9f2}MPD Status ${color 656667}${alignr}${mpd_status}
  84. ${color 00b9f2}Artist: ${color 656667}${alignr}${mpd_artist}
  85. ${color 00b9f2}Song: ${color 656667}${alignr}${mpd_title}
  86. ${color 00b9f2}Time: ${color 656667} ${alignr}${mpd_elapsed} ${color 00b9f2}/ ${color 656667}${mpd_length}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement