Advertisement
datstartup

conkyrc

Nov 16th, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Trebuchet MS:size=9
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6. background yes
  7. # Update interval in seconds
  8. update_interval 1
  9. xftalpha 0.8
  10. own_window_argb_visual yes
  11. # This is the number of times Conky will update before quitting.
  12. # Set to zero to run forever.
  13. total_run_times 0
  14.  
  15.  
  16. times_in_seconds true
  17. # Create own window instead of using desktop (required in nautilus)
  18. own_window_type normal
  19. own_window_transparent no
  20. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  21. own_window_argb_visual yes
  22. own_window_argb_value 0
  23.  
  24. # Use double buffering (reduces flicker, may not work for everyone)
  25. double_buffer yes
  26.  
  27. # Minimum size of text area
  28. minimum_size 800 0
  29.  
  30. # Draw shades?
  31. draw_shades no
  32.  
  33. # Draw outlines?
  34. draw_outline no
  35.  
  36. # Draw borders around text
  37. draw_borders no
  38.  
  39. # Stippled borders?
  40. stippled_borders 0
  41.  
  42. # border margins
  43. border_margin 5
  44.  
  45. # border width
  46. border_width 1
  47.  
  48. # Default colors and also border colors
  49. # default_color white
  50. # own_window_colour white
  51.  
  52.  
  53. # Subtract file system buffers from used memory?
  54. no_buffers yes
  55.  
  56. # set to yes if you want all text to be in uppercase
  57. uppercase no
  58.  
  59. # number of cpu samples to average
  60. # set to 1 to disable averaging
  61. cpu_avg_samples 2
  62.  
  63. # number of net samples to average
  64. # set to 1 to disable averaging
  65. net_avg_samples 2
  66.  
  67. # Force UTF8? note that UTF8 support required XFT
  68. override_utf8_locale yes
  69.  
  70. # Add spaces to keep things from moving about? This only affects certain objects.
  71. use_spacer none
  72.  
  73. #borders
  74. draw_borders no
  75. border_margin 4
  76.  
  77. # Position en bas a droite
  78. alignment bottom_right
  79.  
  80. # Decalage par rapport aux bordures
  81. gap_x 10
  82. gap_y 50
  83.  
  84. TEXT
  85.  
  86.  
  87. ${color EAEAEA}${font GE Inspira:pixelsize=55}${alignr}${time %H:%M}${font GE Inspira:pixelsize=18}
  88. ${voffset 10}${alignr}${color EAEAEA}${time %A} ${color 21c2d1}${time %d} ${color EAEAEA}${time %B}
  89. #${font Helvetica:pixelsize=12}${alignr}${color 21c2d1}$color ${rss http://www.rssweather.com/wx/vn/ho+chi+minh/rss.php 1 item_titles 1 }
  90.  
  91. ${font Helvetica:pixelsize=13}${alignr}${color 21c2d1}HOME $color${fs_used /home} / ${fs_size /home} ${color 21c2d1}RAM $color$mem / $memmax ${color 21c2d1}CPU $color${cpu cpu0}% / ${color}${freq}MHz${color1}
  92. ${font Helvetica:pixelsize=13}${alignr}${color 21c2d1}DOWN $color${downspeed wlan0}k/s ${color 21c2d1}UP $color${upspeed wlan0}k/s
  93. ${if_existing /sys/class/power_supply/AC0/online 1}${font Helvetica:pixelsize=13}${alignr}${color 21c2d1}BATTERY ${color}AC $color${acpiacadapter AC0} / $color${battery BAT0} ${alignr}${color 21d147}${battery_bar 8,70 BAT0} $color${format_time $battery_time "\hh\mm"}\
  94. ${else}\
  95. ${if_match ${battery_percent BAT0} > 20} ${font Helvetica:pixelsize=13}${alignr}${color 21c2d1}BATTERY ${color}AC $color${acpiacadapter AC0} / $color${battery BAT0} ${alignr}${color 21c2d1}${battery_bar 8,70 BAT0} $color${format_time $battery_time "\hh\mm"}\
  96. ${else}${font Helvetica:pixelsize=13}${alignr}${color 21c2d1}BATTERY ${color}AC $color${acpiacadapter AC0} / $color${battery BAT0} ${alignr}${color d12121}${battery_bar 8,70 BAT0} $color${format_time $battery_time "\hh\mm"}\
  97. ${endif}\
  98. ${endif}
  99. #{color 21c2d1}${battery_bar 8,70 BAT0}\
  100. #${battery_percent BAT0}% ${alignr}${battery_bar 8,70 BAT0}
  101. #${font Helvetica:pixelsize=12}${alignr}${color 21c2d1}SECURITY-DEBIAN $color${rss https://www.debian.org/security/dsa 1 item_titles 2 }
  102. ${font Helvetica:pixelsize=12}${alignr}${color 21c2d1}PLAYING >>$color ${if_running audacious}${exec audtool --current-song}
  103. ${font Helvetica:pixelsize=12}${alignr}${color 21c2d1}Properties >>$color ${exec audtool --current-song-bitrate-kbps} kbps ${color 21c2d1}Status ${color}${exec audtool --current-song-length} / ${color 21c2d1}${exec audtool --current-song-output-length}$endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement