Guest User

Untitled

a guest
Oct 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont DejaVu Sans:size=8
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6.  
  7. # Update interval in seconds
  8. update_interval 1
  9.  
  10. # This is the number of times Conky will update before quitting.
  11. # Set to zero to run forever.
  12. total_run_times 0
  13.  
  14. # Create own window instead of using desktop (required in nautilus)
  15. own_window yes
  16. own_window_transparent yes
  17. own_window_type conky
  18. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19.  
  20. # Use double buffering (reduces flicker, may not work for everyone)
  21. double_buffer yes
  22.  
  23. # Minimum size of text area
  24. minimum_size 220 0
  25. #maximum_width 200
  26.  
  27. # Draw shades?
  28. draw_shades no
  29.  
  30. # Draw outlines?
  31. draw_outline no
  32.  
  33. # Draw borders around text
  34. draw_borders no
  35.  
  36. # Stippled borders?
  37. stippled_borders 0
  38.  
  39. # border margins
  40. border_margin 5
  41.  
  42. # border width
  43. border_width 1
  44.  
  45. # Default colors and also border colors
  46. default_color FFFFFF
  47. #default_shade_color black
  48. #default_outline_color white
  49. own_window_colour white
  50.  
  51. # Text alignment, other possible values are commented
  52. #alignment top_left
  53. alignment top_right
  54. #alignment bottom_left
  55. #alignment bottom_right
  56.  
  57. # Gap between borders of screen and text
  58. # same thing as passing -x at command line
  59. gap_x 5
  60. gap_y 1
  61.  
  62. # Subtract file system buffers from used memory?
  63. no_buffers yes
  64.  
  65. # set to yes if you want all text to be in uppercase
  66. uppercase no
  67.  
  68. # number of cpu samples to average
  69. # set to 1 to disable averaging
  70. cpu_avg_samples 1
  71.  
  72. # number of net samples to average
  73. # set to 1 to disable averaging
  74. net_avg_samples 2
  75.  
  76. # Force UTF8? note that UTF8 support required XFT
  77. override_utf8_locale yes
  78.  
  79. # Add spaces to keep things from moving about? This only affects certain objects.
  80. use_spacer none
  81.  
  82. TEXT
  83. ${font Vazir:size=11}
  84. ${alignc} ${exec jdate +%V | fribidi --ltr} ${exec jdate +%d | LC_ALL=en_US.UTF-8 sed -e 'y/0123456789/۰۱۲۳۴۵۶۷۸۹/'} ${exec jdate +%G|fribidi --ltr}
  85. ${font Default:size=8}
  86. SYSTEM ${hr 2}
  87. ${voffset 2}
  88. CPU: ${cpu}% ${alignr}${cpubar cpu0 8,60}
  89. RAM: $memperc% ${alignr}${membar 8,60}
  90. SWAP: $swapperc% ${alignr}${swapbar 8,60}
  91. #Uptime: ${alignr}${uptime}
  92. Root: ${fs_free /}${alignr}${fs_bar 8,60 /}
  93. Home: ${fs_free /home} ${alignr}${fs_bar 8,60 /home}
Add Comment
Please, Sign In to add comment