Advertisement
Guest User

Untitled

a guest
Nov 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. ######################
  2. # - Conky settings - #
  3. ######################
  4. update_interval 1
  5. total_run_times 0
  6. net_avg_samples 1
  7. cpu_avg_samples 1
  8.  
  9. imlib_cache_size 0
  10. double_buffer yes
  11. no_buffers yes
  12.  
  13. format_human_readable
  14.  
  15. #####################
  16. # - Text settings - #
  17. #####################
  18. use_xft yes
  19. xftfont Ubuntu:size=8
  20. override_utf8_locale yes
  21. text_buffer_size 2048
  22.  
  23. #############################
  24. # - Window specifications - #
  25. #############################
  26. own_window_class Conky
  27. own_window yes
  28. own_window_type normal
  29. own_window_transparent yes
  30. own_window_argb_visual yes
  31. own_window_argb_value 200
  32. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  33.  
  34. alignment top_right
  35. gap_x 0
  36. gap_y 40
  37. minimum_size 182 0
  38. maximum_width 182
  39.  
  40. default_bar_size 60 8
  41.  
  42. #########################
  43. # - Graphics settings - #
  44. #########################
  45. draw_shades no
  46.  
  47. default_color cccccc
  48.  
  49. color0 white
  50. color1 1E90FF
  51. color2 white
  52. color3 0084C8
  53. lua_load /usr/share/conkycolors/scripts/conkyCairo.lua
  54. lua_draw_hook_post conky_main white 1E90FF 2 off cairo off off off 0
  55.  
  56. TEXT
  57. ${voffset 10}
  58. ##############
  59. # - SYSTEM - #
  60. ##############
  61. # |--CPU
  62. ${goto 100}${font Ubuntu:style=Bold:size=8}${color2}${freq_g 1}${color} GHZ${font}
  63. ${goto 100}CPU1: ${font Ubuntu:style=Bold:size=8}${color1}${cpu cpu1}%${color}${font}
  64. ${goto 100}Temp: ${font Ubuntu:style=Bold:size=8}${color1}${execi 30 sensors | grep 'Core 0' | awk '{print $3}' | sed 's/+//' | sed 's/.0.*//'}${color}${font}
  65. ${voffset 15}
  66. ${goto 100}${font Ubuntu:style=Bold:size=8}${color2}${freq_g 2}${color} GHZ${font}
  67. ${goto 100}CPU2: ${font Ubuntu:style=Bold:size=8}${color1}${cpu cpu2}%${color}${font}
  68. ${goto 100}Temp: ${font Ubuntu:style=Bold:size=8}${color1}${execi 30 sensors | grep 'Core 1' | awk '{print $3}' | sed 's/+//' | sed 's/.0.*//'}${color}${font}
  69. # |--MEM
  70. ${voffset 15}
  71. ${goto 100}RAM: ${font Ubuntu:style=Bold:size=8}${color1}$memperc%${color}${font}
  72. ${goto 100}F: ${font Ubuntu:style=Bold:size=8}${color2}${memeasyfree}${color}${font}
  73. ${goto 100}U: ${font Ubuntu:style=Bold:size=8}${color2}${mem}${color}${font}
  74. #############
  75. # - CLOCK - #
  76. #############
  77. ${voffset 15}
  78. ${alignr 82}${font Ubuntu:style=Bold:size=11}${color2}${time %H}${time :%M}${time :%S}${color}${font}
  79. ${alignr 65}${voffset -2}${font Ubuntu:style=Bold:size=8}${color2}${time %A}${color}${font}
  80. ${alignr 64}${time %d %b %Y}
  81. ##########
  82. # - HD - #
  83. ##########
  84. ${voffset 15}
  85. ${goto 100}Root: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /}%${color}${font}
  86. ${goto 100}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /}${color}${font}
  87. ${goto 100}U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /}${color}${font}
  88. ${voffset 15}
  89. ${goto 100}Home: ${font Ubuntu:style=Bold:size=8}${color1}${fs_free_perc /home}%${color}${font}
  90. ${goto 100}F: ${font Ubuntu:style=Bold:size=8}${color2}${fs_free /home}${color}${font}
  91. ${goto 100}U: ${font Ubuntu:style=Bold:size=8}${color2}${fs_used /home}${color}${font}
  92. ###############
  93. # - NETWORK - #
  94. ###############
  95. ${voffset 4}
  96. # |--WLAN0
  97. ${if_up wlan0}
  98. ${goto 100}Up: ${font Ubuntu:style=Bold:size=8}${color1}${upspeed wlan0}${color}${font}
  99. ${goto 100}Total: ${font Ubuntu:style=Bold:size=8}${color2}${totalup wlan0}${color}${font}
  100. ${goto 100}Down: ${font Ubuntu:style=Bold:size=8}${color1}${downspeed wlan0}${color}${font}
  101. ${goto 100}Total: ${font Ubuntu:style=Bold:size=8}${color2}${totaldown wlan0}${color}${font}
  102. ${goto 100}Signal: ${font Ubuntu:style=Bold:size=8}${color1}${wireless_link_qual wlan0}%${color}${font}
  103. # |--ETH0
  104. ${else}${if_up eth0}
  105. ${goto 100}Up: ${font Ubuntu:style=Bold:size=8}${color1}${upspeed eth0}${color}${font}
  106. ${goto 100}Total: ${font Ubuntu:style=Bold:size=8}${color2}${totalup eth0}${color}${font}
  107. ${goto 100}Down: ${font Ubuntu:style=Bold:size=8}${color1}${downspeed eth0}${color}${font}
  108. ${goto 100}Total: ${font Ubuntu:style=Bold:size=8}${color2}${totaldown eth0}${color}${font}
  109. # |--PPP0
  110. ${else}${if_up ppp0}
  111. ${goto 100}Up: ${font Ubuntu:style=Bold:size=8}${color1}${upspeed ppp0}${color}${font}
  112. ${goto 100}Total: ${font Ubuntu:style=Bold:size=8}${color2}${totalup ppp0}${color}${font}
  113. ${goto 100}Down: ${font Ubuntu:style=Bold:size=8}${color1}${downspeed ppp0}${color}${font}
  114. ${goto 100}Total: ${font Ubuntu:style=Bold:size=8}${color2}${totaldown ppp0}${color}${font}
  115. ${endif}${endif}${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement