Advertisement
devinteske

ident-gnome-vmware.conkyrc

Jan 3rd, 2020
479
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. background none
  2. use_xft yes
  3. xftfont DejaVu Mono:size=8
  4. xftalpha 0.8
  5. out_to_console no
  6. update_interval 1.0
  7. total_run_times 0
  8. draw_shades no
  9.  
  10. minimum_size 1440 900
  11. maximum_width 1440
  12.  
  13. own_window yes
  14. own_window_type desktop
  15. own_window_transparent yes
  16. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  17.  
  18. double_buffer yes
  19. default_color FFFFFF
  20. color1 6C6C6C
  21. color2 2AC12A
  22. color3 9F9F9F
  23. alignment top_left
  24. gap_x 5
  25. gap_y 2
  26. no_buffers yes
  27. use_spacer none
  28.  
  29. diskio_avg_samples 2
  30. cpu_avg_samples 2
  31. net_avg_samples 2
  32.  
  33. TEXT
  34. ${voffset 20}
  35. #
  36. ############### $sysname $kernel
  37. #
  38. ${offset 0}${voffset -2}${color2}$sysname ${color}${color1}$kernel
  39. #
  40. ############### uptime $uptime
  41. #
  42. ${offset 10}${voffset -1}${color1}uptime ${color}$uptime
  43. #
  44. ############### hostname ${execi ...}
  45. #
  46. ${offset 180}${voffset -24}${color1}hostname${color}
  47. ${offset 240}${voffset -13}${execi 300 hostname | awk '{nlabels = split($0,labels,/\./); if (nlabels <= 2) node = $0; else while (nlabels-- > 2) node = node ( node == "" ? "" : "." ) labels[++n]; print node }' ;}
  48. #
  49. ############### ip ${addr ...}
  50. #
  51. ${offset 227}${voffset -2}${color1}ip${color}
  52. ${offset 240}${voffset -13}${addr em0}
  53. #
  54. ############### root ${fs_used_perc ...} ${fs_bar ...} ${fs_free ...}
  55. #
  56. ${offset 363}${voffset -24}root
  57. ${offset 399}${voffset -13}${color3}${fs_used_perc /}%${color}
  58. ${offset 437}${voffset -13}${color1}${fs_bar 6,40 /}${color}
  59. ${offset 486}${voffset -13}${color3}${fs_free /}${color} ${color1}free${color}
  60. #
  61. ############### mem $memperc ${membar ...} $mem
  62. #
  63. ${offset 363}${voffset -2}mem
  64. ${offset 399}${voffset -13}${color3}$memperc%${color}
  65. ${offset 437}${voffset -13}${color1}${membar 6,40}${color}
  66. ${offset 486}${voffset -13}${color3}$mem${color} ${color1}in-use${color}
  67. #
  68. ############### da0p1 ${diskiograph ...}
  69. #
  70. ${offset 605}${voffset -24}da0p1
  71. ${offset 651}${voffset -13}${color1}${diskiograph da0p1 6,40 004F00 2AC12A 0 -t}${color}
  72. #
  73. ############### da0p2 ${diskiograph ...}
  74. #
  75. ${offset 605}${voffset -2}da0p2
  76. ${offset 651}${voffset -13}${color1}${diskiograph da0p2 6,40 004F00 2AC12A 0 -t}${color}
  77. #
  78. ############### da0p3 ${diskiograph ...}
  79. #
  80. ${offset 741}${voffset -24}da0p3
  81. ${offset 695}${voffset -13}${color1}${diskiograph da0p3 6,40 004F00 2AC12A 0 -t}${color}
  82. #
  83. ############### da0p4 ${diskiograph ...}
  84. #
  85. ${offset 741}${voffset -2}da0p4
  86. ${offset 695}${voffset -13}${color1}${diskiograph da0p4 6,40 004F00 2AC12A 0 -t}${color}
  87. #
  88. ############### cpu0 ${cpu ...} ${cpugraph ...} ${execi ...}
  89. #
  90. ${offset 825}${voffset -24}cpu0
  91. ${offset 859}${voffset -13}${color3}${cpu cpu0}%${color}
  92. ${offset 897}${voffset -13}${color1}${cpugraph cpu0 6,40 004F00 2AC12A 0 -t}${color}
  93. ${offset 946}${voffset -13}${color1}${execi 300 sysctl -n dev.cpu.0.freq_levels | sed -e 's/[^0-9].*//' ;}MHz${color}
  94. #
  95. ############### load ${loadavg ...} ${loadgraph ...}
  96. #
  97. ${offset 828}${voffset -2}load
  98. ${offset 859}${voffset -13}${color3}${loadavg 1}${color}
  99. ${offset 897}${voffset -13}${color1}${loadgraph 6,40 004F00 2AC12A 0 -t}${color}
  100. #
  101. ############### down ${downspeedgraph ...} $downspeedf
  102. #
  103. ${offset 1005}${voffset -24}down
  104. ${offset 1039}${voffset -13}${color1}${downspeedgraph em0 6,40 004F00 2AC12A 0 -t}${color}
  105. ${offset 1087}${voffset -13}${color3}${downspeedf em0}KiB/s${color}
  106. #
  107. ############### up $upspeedf ${upspeedgraph ...}
  108. #
  109. ${offset 1021}${voffset -2}up
  110. ${offset 1039}${voffset -13}${color1}${upspeedgraph em0 6,40 004F00 2AC12A 0 -t}${color}
  111. ${offset 1087}${voffset -13}${color3}${upspeedf em0}KiB/s${color}
  112. #
  113. ############### END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement