Advertisement
adaoduque

Conky com Icone do Font-awesome

Jul 22nd, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. # A Conky (http://conky.sourceforge.net/) configuration file
  2. #
  3. # It is suited for dark backgrounds and placed at the lower
  4. # right of the screen. It benefits of the ability to use
  5. # unicode characters which serve as some kind of icon in this
  6. # case. Works well on 1024x768 and 1280x1024 resolutions.
  7.  
  8. alignment top_right
  9. background no
  10. border_width 1
  11. cpu_avg_samples 2
  12. default_color white
  13. default_outline_color white
  14. default_shade_color white
  15. draw_borders no
  16. draw_graph_borders yes
  17. draw_outline no
  18. draw_shades no
  19. use_xft yes
  20. xftfont DejaVu Sans Mono:size=12
  21. gap_x 5
  22. gap_y 60
  23. minimum_size 5 5
  24. net_avg_samples 2
  25. no_buffers yes
  26. double_buffer yes
  27. out_to_console no
  28. out_to_stderr no
  29. extra_newline no
  30. own_window yes # run conky in separate window (no flickering)
  31. own_window_class Conky # 'Conky' is default value
  32. own_window_type override # 'override' means not under control of window manager
  33. own_window_transparent yes # enable transparency
  34. stippled_borders 0
  35. update_interval 1.0
  36. uppercase no
  37. use_spacer none
  38. show_graph_scale no
  39. show_graph_range no
  40.  
  41. TEXT
  42. ${font FontAwesome:size=14} ${font Arial:size=12}Debian 8 Jessie${font}${font}
  43. ${hr 1}
  44. ${font FontAwesome:size=14} ${font Arial:size=12}Kernel: ${kernel}${font}${font}
  45. ${hr 1}
  46. ${font FontAwesome:size=14} ${font Arial:size=12}DATE: ${time %a %d %b %Y }${font}${font}
  47. ${hr 1}
  48. ${font FontAwesome:size=14} ${font Arial:size=12}CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,70}${font}${font}
  49. ${font FontAwesome:size=14} ${font Arial:size=12}CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,70}${font}${font}
  50. ${font FontAwesome:size=14} ${font Arial:size=12}CPU3: ${cpu cpu3}% ${alignr}${cpubar cpu3 8,70}${font}${font}
  51. ${font FontAwesome:size=14} ${font Arial:size=12}CPU4: ${cpu cpu4}% ${alignr}${cpubar cpu4 8,70}${font}${font}
  52. ${hr 1}
  53. ${font FontAwesome:size=14} ${font Arial:size=12}TIME: ${time %H:%M:%S}${font}${font}
  54. ${hr 1}
  55. ${font FontAwesome:size=14} ${font Arial:size=12}RAM: $memperc% ${alignr}${membar 8,70}${font}${font}
  56. ${hr 1}
  57. ${font FontAwesome:size=14} ${font Arial:size=12}SWAP: $swapperc% ${alignr}${swapbar 8,70}${font}${font}
  58. ${hr 1}
  59. ${if_match ${battery_percent BAT0} >= 90}${font FontAwesome:size=14}${font}${endif}${if_match ${battery_percent BAT0} <= 70}${if_match ${battery_percent BAT0} > 50}${font FontAwesome:size=14}${font}${endif}${if_match ${battery_percent BAT0} <= 50}${if_match ${battery_percent BAT0} > 20}${font FontAwesome:size=14}${font}${endif}${if_match ${battery_percent BAT0} <= 20}${font FontAwesome:size=14}${font}${endif}${if_match ${battery_percent BAT0} <= 10}${font FontAwesome:size=14}${font}${endif} BATTERY: ${battery_percent BAT0}%${alignr}
  60. ${hr 1}
  61. ${font FontAwesome:size=14} ${font Arial:size=12}${if_up wlan0}UP: ${color ecedee}${upspeedf wlan0} kb/s ${endif}${font}${font}
  62. ${font FontAwesome:size=14} ${font Arial:size=12}DOWN: ${downspeedf wlan0} kb/s ${endif}${font}${font}
  63. ${hr 1}
  64. ${font FontAwesome:size=14} ${font Arial:size=12}Processos: ${font}${font}
  65. ${top name 1} $alignr ${top pid 1} ${top cpu 1}
  66. ${top name 2} $alignr ${top pid 2} ${top cpu 2}
  67. ${top name 3} $alignr ${top pid 3} ${top cpu 3}
  68. ${top name 4} $alignr ${top pid 4} ${top cpu 4}
  69. ${top name 5} $alignr ${top pid 5} ${top cpu 5}
  70. ${top name 6} $alignr ${top pid 6} ${top cpu 6}
  71. ${top name 7} $alignr ${top pid 7} ${top cpu 7}
  72. ${top name 8} $alignr ${top pid 8} ${top cpu 8}
  73. ${top name 9} $alignr ${top pid 9} ${top cpu 9}
  74. ${top name 10} $alignr ${top pid 10} ${top cpu 10}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement