Advertisement
arkansawdave74

newconkystat

Nov 2nd, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.40 KB | None | 0 0
  1. alignment top_right
  2. #alignment top_left
  3. #alignment bottom_left
  4. #alignment bottom_right
  5.  
  6. # Create personal, own window instead of using the Desktop (desktop), (especially for nautilus)
  7. own_window yes
  8.  
  9. # Prevail (other "below" preferences)
  10. own_window_type normal
  11.  
  12. # Transparent Background (PSEFTOAORATO).
  13. own_window_transparent yes
  14.  
  15. # Behavior window (undecorated, below, sticky, skip_taskbar, skip_pager).
  16. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  17.  
  18. # Use double "buffering" (reducing flicker)
  19. # buffering: memory used for temporary storage of data production or import.
  20. double_buffer yes
  21.  
  22. # Use (yes) Anti-Aliasing for what fonts (YES for Greek fonts) .Dokimaste simply with "no."
  23. use_xft yes
  24.  
  25. # Information Renewal "conky", in seconds (here every 3 seconds).
  26. update_interval 0.5
  27.  
  28. # Minimum size.
  29. minimum_size 20 20
  30.  
  31. # Maximum width (and height)of the window.
  32. maximum_width 150
  33. maximum_height 150
  34.  
  35. # Shades;
  36. draw_shades no
  37.  
  38. # Text
  39. # Incl
  40. # Lironei text, and if so.
  41. draw_outline no
  42.  
  43. # Borders in around the "conky 'window.# Borders in around the "conky 'window.
  44. draw_borders no
  45.  
  46. # Font size.
  47. font arial:size=10
  48.  
  49. # Set to yes (yes), if you want all text to be in uppercase.
  50. uppercase no
  51.  
  52. # Printing data (it is the creation of a model simulation
  53. # Various degrees of solidity or shading, using small dots) Borders
  54. # (Thickness, distance to small grammoules around.)
  55. stippled_borders 1
  56.  
  57. # Border margins.
  58. border_margin 0
  59.  
  60. # Width of the border.
  61. border_width 5
  62.  
  63. # Standard color information.
  64. #default_color grey
  65.  
  66. # Color of Window (depends from the image we have in our desktop (Wallpaper)
  67. #own_window_colour black
  68.  
  69. # Distance (pixels, dots) in horizontal X, Y Vertical, from the corner of the screen.
  70. gap_x 10
  71. gap_y 97
  72. lua_load ~/.conky/lua/clock.lua
  73. lua_draw_hook_pre clock_rings
  74. own_window_argb_visual no
  75. own_window_colour 000000
  76. own_window_argb_value 0
  77.  
  78. # fahrenheit or celsius temperature output
  79. temperature_unit fahrenheit
  80.  
  81. TEXT
  82. ${voffset -20}${font Swiss 921 BT:size=10}${color FF0000}
  83. Cpu: $cpu% ${hwmon 0 temp 1}°F
  84. ${color 0f0f0f}${cpugraph 10,125 FF0000 941d1d}${color FF0000}
  85. Mem: $mem
  86. Swap: $swap
  87. ${voffset 10}Signal: ${wireless_link_qual wlp4s0}%
  88. Up: ${upspeed wlp4s0}/s
  89. Down: ${downspeed wlp4s0}/s
  90. ${color 0f0f0f}${downspeedgraph wlp4s0 10,125 FF0000 941d1d}
  91. ${voffset -40}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement