conkyrc 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. # conky configuration
  2. #
  3. # This has become my standard netbook rc btw
  4. # Originally from Crunchbang linux.
  5. #
  6. # Enjoy! :)
  7. ##############################################
  8. # Settings
  9. ##############################################
  10. background yes
  11. border_inner_margin 10
  12. use_xft yes
  13. xftfont Sans:size=12
  14. xftalpha 1
  15. update_interval 1.0
  16. total_run_times 0
  17. own_window yes
  18. own_window_transparent no
  19. # Set to desktop on GNOME, KDE or Xfce - not LXDE.
  20. own_window_type desktop
  21. own_window_argb_visual yes
  22. own_window_argb_value 100
  23. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  24. double_buffer yes
  25. minimum_size 310 400
  26. maximum_width 310
  27. draw_shades no
  28. draw_outline no
  29. draw_borders no
  30. draw_graph_borders no
  31. default_color dddddd
  32. default_shade_color 000000
  33. default_outline_color 828282
  34. alignment top_right
  35. gap_x 14
  36. gap_y 30
  37. no_buffers yes
  38. uppercase no
  39. cpu_avg_samples 2
  40. override_utf8_locale no
  41. ##############################################
  42. # Output
  43. ##############################################
  44. TEXT
  45. $alignc${font Droid\ Sans:size=20}${time %A, %b %dd}
  46. $font
  47. $alignc${font Droid\ Sans:size=40}${time %H:%M}
  48. $font
  49. ALL SYSTEMS GO
  50. ${hr}
  51. CPU1: ${cpu cpu1}% ${cpubar cpu1 8}
  52. CPU2: ${cpu cpu2}% ${cpubar cpu2 8}
  53. RAM: $mem/$memmax ${membar 8}
  54. Swap usage:$alignr$swap/$swapmax
  55. Disk usage:$alignr${fs_used /}/${fs_size /}
  56. Temperature: $alignr${acpitemp}°C
  57. CONNECTIVITY
  58. $hr
  59. Signal: ${wireless_link_bar 8 wlan0}
  60. Down: ${downspeed wlan0} Up: ${upspeed wlan0}