Advertisement
Guest User

.conkyrc_net

a guest
May 7th, 2010
668
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. background yes
  2. use_xft yes
  3. xftfont 123:size=6
  4. xftalpha 0.8
  5. update_interval 0.50
  6. total_run_times 0
  7. own_window yes
  8. own_window_type override
  9. own_window_transparent yes
  10. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  11. double_buffer yes
  12. minimum_size 175
  13. maximum_width 175
  14. draw_shades no
  15. draw_outline no
  16. draw_borders no
  17. draw_graph_borders no
  18. default_color white
  19. default_shade_color black
  20. default_outline_color white
  21. alignment top_left
  22. gap_x 8
  23. gap_y 8
  24. no_buffers yes
  25. uppercase no
  26. cpu_avg_samples 2
  27. net_avg_samples 2
  28. override_utf8_locale yes
  29. use_spacer yes
  30. text_buffer_size 256
  31. draw_graph_borders noxftfont 123:size=8
  32.  
  33.  
  34. TEXT
  35. ${font}${color wheat3}NETWORK (GENERAL)${color azure} ${stippled_hr}${color MintCream}
  36. Active Interface ${alignr}$gw_iface
  37. Public IP${alignr}${execi 30 ~/.conky_scripts/ip.sh}
  38. Gateway IP ${alignr}$gw_ip
  39. DNS ${alignr}$nameserver
  40. TOR Status ${alignr}${if_running tor} Active${else}Disabled${endif}
  41. Firewall Status ${alignr}${if_existing /var/run/firewall }Active${else}${alignr}Disabled$endif
  42.  
  43. ${font}${color wheat3}NETWORK (WIRED) ${color azure} ${stippled_hr}$font${color MintCream}
  44. ${if_up eth0}IP on eth0${alignr}${addr eth0}${endif}
  45. ${if_up eth0}${endif}
  46. ${if_up eth0}Down${alignr}${downspeed eth0} kb/s${endif}
  47. ${if_up eth0}Up${alignr}${upspeed eth0} kb/s${endif}
  48. ${if_up eth0}${endif}
  49. ${if_up eth0}Downloaded:${alignr}${totaldown eth0}${endif}
  50. ${if_up eth0}Uploaded:${alignr}${totalup eth0}${endif}
  51.  
  52. ${if_up wlan0}${font}${color wheat3}NETWORK (WIRELESS) ${color azure} ${stippled_hr}${endif}
  53. ${if_up wlan0}$font${color MintCream}IP on wlan0${alignr}${addr wlan0}${endif}
  54. ${if_up wlan0}${endif}
  55. ${if_up wlan0}Wireless ESSID${alignr}${wireless_essid wlan0}${endif}
  56. ${if_up wlan0}Wireless BSSID${alignr}${wireless_ap wlan0}${endif}
  57. ${if_up wlan0}${endif}
  58. ${if_up wlan0}Connection Quality${alignr}${wireless_link_qual_perc wlan0}%${endif}
  59. ${if_up wlan0}${endif}
  60. ${if_up wlan0}Wireless Mode${alignr}${wireless_mode wlan0}${endif}
  61. ${if_up wlan0}${if_up mon0}Monitor Mode ${alignr} Active${else}Monitor Mode${alignr}Disabled${endif}${endif}
  62. ${if_up wlan0}${endif}
  63. ${if_up wlan0}Down${alignr}${downspeed wlan0} kb/s${endif}
  64. ${if_up wlan0}Up${alignr}${upspeed wlan0} kb/s${endif}
  65. ${if_up wlan0}${endif}
  66. ${if_up wlan0}Downloaded:${alignr} ${totaldown wlan0}${endif}
  67. ${if_up wlan0}Uploaded:${alignr} ${totalup wlan0}${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement