Advertisement
Guest User

conkyrc2

a guest
Feb 13th, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. # Conky settings #
  2. background yes
  3. update_interval 1
  4.  
  5. cpu_avg_samples 2
  6. net_avg_samples 2
  7.  
  8. override_utf8_locale yes
  9.  
  10. double_buffer yes
  11. no_buffers yes
  12.  
  13. text_buffer_size 2048
  14. #imlib_cache_size 0
  15.  
  16. temperature_unit celsius
  17.  
  18. # Window specifications #
  19.  
  20. own_window yes
  21. own_window_type background
  22. own_window_transparent yes
  23. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  24.  
  25. border_inner_margin 0
  26. border_outer_margin 0
  27.  
  28. minimum_size 254.5 250
  29. maximum_width 1200
  30.  
  31. alignment tr
  32. gap_x 5
  33. gap_y 25
  34.  
  35. # Graphics settings #
  36. draw_shades no
  37. draw_outline no
  38. draw_borders no
  39. draw_graph_borders no
  40.  
  41. # Text settings #
  42. use_xft yes
  43. xftfont caviar dreams:size=8
  44. xftalpha 0.5
  45.  
  46. uppercase no
  47.  
  48. temperature_unit celsius
  49.  
  50.  
  51. default_color 3399FF
  52.  
  53. # Lua Load #
  54. lua_load ~/.lua/scripts/clock_ringss.lua
  55. lua_draw_hook_pre clock_rings
  56.  
  57. TEXT
  58. ${voffset 8}${color FF6600}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color 3399FF}${font caviar dreams:size=38}${time %e}${font}
  59. ${color 3399FF}${voffset -30}${color 3399FF}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color 3399FF}${font caviar dreams:size=20}${time %Y}${font}${color FF6600}${hr}
  60. ${voffset 140}${font caviar dreams:size=10}${alignr}Vác${font}
  61. ${font caviar dreams:size=12}${color 3399FF}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ LHBP temperature temperature 30} °C${font}
  62. ${image ~/.Conky/logo.png -p 150,270 -s 110x90}
  63.  
  64.  
  65.  
  66.  
  67.  
  68. ${color FF6600}${goto 25}${voffset 35}${cpu cpu0}%
  69. ${color 3399FF}${goto 25}CPU
  70. ${color FF6600}${goto 50}${voffset 23}${memperc}%
  71. ${color 3399FF}${goto 50}RAM
  72.  
  73. ${color FF6600}${goto 75}${voffset 23}${swapperc}%
  74. ${color 3399FF}${goto 75}Swap
  75.  
  76. ${color FF6600}${goto 100}${voffset 23}${fs_used_perc /}%
  77. ${color 3399FF}${goto 100}Disk
  78. ${color FFFFFF}${goto 125}${voffset 25}${downspeed wlan0}
  79. ${color FFFFFF}${goto 125}${upspeed wlan0}
  80. ${color 3399FF}${goto 125}Net
  81.  
  82. ${color 3399FF}${font caviar dreams:size=8}${alignr}${nodename}
  83. ${color 3399FF}${font caviar dreams:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
  84. ${color 3399FF}${font caviar dreams:size=8}${alignr}Kernel: ${kernel}
  85.  
  86. ${color 3399FF}${font Aerial :style=Bold:size=10}Névnapok ${font Aerial :size=8}
  87.  
  88. ${voffset 5}${font Aerial :size=8}${rss http://rss.messze.net/rss.php 3 item_titles 3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement