Advertisement
uriel1998

My conkybar

Sep 25th, 2011
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. #avoid flicker
  2. double_buffer yes
  3.  
  4. #own window to run simultanious 2 or more conkys
  5. own_window yes
  6. own_window_transparent no
  7. #own_window_type normal
  8. #own_window_type panel
  9. own_window_type desktop
  10. #own_window_type dock
  11. own_window_hints undecorate,sticky,skip_taskbar,skip_pager
  12.  
  13. net_avg_samples 3
  14. cpu_avg_samples 3
  15.  
  16. #borders
  17. draw_borders no
  18. border_width 1
  19.  
  20. #shades
  21. draw_shades no
  22. draw_outline no
  23.  
  24. #position
  25. gap_x 0
  26. gap_y 0
  27. alignment top_left
  28.  
  29. #behaviour
  30. update_interval 2
  31. update_interval_on_battery 10
  32.  
  33. #colour
  34. default_color 8f8f8f
  35. #default_shade_color 000000
  36. own_window_colour 000000
  37.  
  38. #font
  39. use_xft yes
  40. xftfont DejaVu Sans:size=8
  41.  
  42. # Force UTF8? note that UTF8 support required XFT
  43. #override_utf8_locale yes
  44.  
  45. #to prevent window from moving
  46. #use_spacer right
  47. minimum_size 1273
  48.  
  49. TEXT
  50. ${execi 120 rm -f /tmp/netup}${if_existing /proc/net/route wlan0}${execi 120 touch /tmp/netup}${endif}${if_existing /proc/net/route eth0}${execi 120 touch /tmp/netup}${endif}${color LightGray}${font}GET EXCITED AND MAKE STUFF $color|${color LightGray} ${desktop_name} $color| ${font StyleBats:size=9}a$font ${color LightGray}${cpu cpu0}%$color | ${font StyleBats:size=9}4$font ${color LightGray}$memperc%$color | ${font StyleBats:size=9}b$font ${color LightGray}${acpitemp}$color | Up: ${color LightGray}${uptime_short}${color} |${color LightGray} ${loadavg} $color| $alignr $color${if_up wlan0}| ${color LightGray}${wireless_essid wlan0}$color::${color e0e0e0}${wireless_link_qual wlan0}${color}${endif}${if_existing /proc/net/route eth0}| ${font StyleBats:size=9}5$font ${color e0e0e0}${upspeed eth0}${color}/${color e0e0e0}${downspeed eth0} ${endif}${color}${if_existing /proc/net/route wlan0}| ${font StyleBats:size=9}5$font ${color e0e0e0}${upspeed wlan0}${color} / ${color e0e0e0}${downspeed wlan0}${color}|${endif} ${if_existing /proc/net/route eth0}${font StyleBats:size=9}o$font ${color LightGray}${addr eth0}$color${endif}${if_existing /proc/net/route wlan0}${font StyleBats:size=9}o$font ${color LightGray}${addr wlan0}$color ${endif}${if_existing /tmp/netup}| ${font StyleBats:size=9}x ${font sans:size=8}${color LightGray}${execi 60 wget -q -O - checkip.dyndns.org | sed -e 's/[^[:digit:]|.]//g'} $color | ${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement