Advertisement
Guest User

ac100 conky

a guest
Dec 31st, 2011
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 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 no
  18. use_xft yes
  19. xftfont FreeSans:size=10
  20. xftalpha 1
  21. update_interval 1.0
  22. total_run_times 0
  23. own_window no
  24. #own_window_color orange
  25. #own_window_transparent yes
  26. own_window_argb_visual yes
  27. own_window_argb_value 0
  28. #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  29. own_window_type desktop
  30. double_buffer yes
  31. minimum_size 286 384
  32. maximum_width 1024
  33. draw_shades no
  34. draw_outline no
  35. draw_borders no
  36. draw_graph_borders yes
  37. default_color orange
  38. default_shade_color
  39. #default_outline_color d9d7d6
  40. alignment top_right
  41. gap_x 4
  42. gap_y 4
  43. no_buffers yes
  44. uppercase no
  45. cpu_avg_samples 2
  46. override_utf8_locale no
  47. ##############################################
  48. # Output
  49. ##############################################
  50. TEXT
  51.  
  52. ${color orange}
  53. $alignc $sysname $machine $kernel
  54.  
  55. CPU1 $alignr ${cpu cpu1}% ${freq_g cpu1}GHz ${cpugraph cpu1 28,120 }
  56. CPU2 $alignr ${cpu cpu2}% ${freq_g cpu2}GHz ${cpugraph cpu2 28,120}
  57. RAM $alignr $mem / $memmax ${memgraph 28,120}
  58. HD Read $alignr $diskio_read/s ${diskiograph_read /dev/mmcblk0p7 28,120 }
  59. HD Write $alignr $diskio_write/s ${diskiograph_write /dev/mmcblk0p7 28,120 }
  60. WLAN0 down $alignr ${downspeed wlan0}/s ${downspeedgraph wlan0 28,120}
  61. WLAN0 up $alignr ${upspeed wlan0}/s ${upspeedgraph wlan0 28,120}
  62. ${wireless_essid wlan0} $alignr ${wireless_bitrate wlan0} ${wireless_link_bar 12,120 wlan0}
  63. Battery $alignr ${battery_percent battery}% ${battery_bar 12,120 battery}
  64. SSD $alignr ${fs_used /} ${fs_bar 12,120}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement