Advertisement
devinteske

ident.conkyrc

Jan 4th, 2020
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. background no
  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 1280 20
  11. maximum_width 1920
  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. #
  35. ############### $sysname $kernel
  36. #
  37. ${offset 0}${voffset -2}${color2}$sysname ${color}${color1}$kernel
  38. #
  39. ############### uptime $uptime
  40. #
  41. ${offset 10}${voffset -1}${color1}uptime ${color}$uptime
  42. #
  43. ############### hostname ${execi ...}
  44. #
  45. ${offset 180}${voffset -24}${color1}hostname${color}
  46. ${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 }' ;}
  47. #
  48. ############### ip ${addr ...}
  49. #
  50. ${offset 227}${voffset -2}${color1}ip${color}
  51. ${offset 240}${voffset -13}${addr wlan0}
  52. #
  53. ############### zroot ${fs_used_perc ...} ${fs_bar ...} ${fs_free ...}
  54. #
  55. ${offset 363}${voffset -24}zroot
  56. ${offset 399}${voffset -13}${color3}${fs_used_perc /}%${color}
  57. ${offset 437}${voffset -13}${color1}${fs_bar 6,40 /}${color}
  58. ${offset 486}${voffset -13}${color3}${fs_free /}${color} ${color1}free${color}
  59. #
  60. ############### mem $memperc ${membar ...} $mem
  61. #
  62. ${offset 363}${voffset -2}mem
  63. ${offset 399}${voffset -13}${color3}$memperc%${color}
  64. ${offset 437}${voffset -13}${color1}${membar 6,40}${color}
  65. ${offset 486}${voffset -13}${color3}$mem${color} ${color1}in-use${color}
  66. #
  67. ############### ada0p1 ${diskiograph ...}
  68. #
  69. ${offset 605}${voffset -24}ada0p1
  70. ${offset 651}${voffset -13}${color1}${diskiograph ada0p1 6,40 004F00 2AC12A 0 -t}${color}
  71. #
  72. ############### ada0p2 ${diskiograph ...}
  73. #
  74. ${offset 605}${voffset -2}ada0p2
  75. ${offset 651}${voffset -13}${color1}${diskiograph ada0p2 6,40 004F00 2AC12A 0 -t}${color}
  76. #
  77. ############### ada0p3 ${diskiograph ...}
  78. #
  79. ${offset 741}${voffset -24}ada0p3
  80. ${offset 695}${voffset -13}${color1}${diskiograph ada0p3 6,40 004F00 2AC12A 0 -t}${color}
  81. #
  82. ############### ada0p4 ${diskiograph ...}
  83. #
  84. ${offset 741}${voffset -2}ada0p4
  85. ${offset 695}${voffset -13}${color1}${diskiograph ada0p4 6,40 004F00 2AC12A 0 -t}${color}
  86. #
  87. ############### cpu0 ${cpu ...} ${cpugraph ...} ${execi ...}
  88. #
  89. ${offset 825}${voffset -24}cpu0
  90. ${offset 859}${voffset -13}${color3}${cpu cpu0}%${color}
  91. ${offset 897}${voffset -13}${color1}${cpugraph cpu0 6,40 004F00 2AC12A 0 -t}${color}
  92. ${offset 946}${voffset -13}${color1}${execi 300 sysctl -n dev.cpu.0.freq_levels | sed -e 's/[^0-9].*//' ;}MHz${color}
  93. #
  94. ############### load ${loadavg ...} ${loadgraph ...}
  95. #
  96. ${offset 828}${voffset -2}load
  97. ${offset 859}${voffset -13}${color3}${loadavg 1}${color}
  98. ${offset 897}${voffset -13}${color1}${loadgraph 6,40 004F00 2AC12A 0 -t}${color}
  99. #
  100. ############### down ${downspeedgraph ...} $downspeedf
  101. #
  102. ${offset 1005}${voffset -24}down
  103. ${offset 1039}${voffset -13}${color1}${downspeedgraph wlan0 6,40 004F00 2AC12A 0 -t}${color}
  104. ${offset 1087}${voffset -13}${color3}${downspeedf wlan0}KiB/s${color}
  105. #
  106. ############### up $upspeedf ${upspeedgraph ...}
  107. #
  108. ${offset 1021}${voffset -2}up
  109. ${offset 1039}${voffset -13}${color1}${upspeedgraph iwn0 6,40 004F00 2AC12A 0 -t}${color}
  110. ${offset 1087}${voffset -13}${color3}${upspeedf iwn0}KiB/s${color}
  111. #
  112. ############### END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement