Advertisement
maxpro4u

red conky

Mar 20th, 2015
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. # Conky settings #
  2. background no
  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 fahrenheit
  17.  
  18. # Window specifications #
  19.  
  20. own_window yes
  21. own_window_type conky
  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 200 250
  29. maximum_width 200
  30.  
  31. alignment top_left
  32. gap_x 35
  33. gap_y 55
  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 fahrenheit
  49.  
  50.  
  51. default_color 990000
  52.  
  53. # Lua Load #
  54. lua_load clock_rings.lua
  55. lua_draw_hook_pre clock_rings
  56.  
  57. own_window_argb_value 0
  58. own_window_argb_visual yes
  59. own_window_colour 000000
  60. TEXT
  61. ${voffset 8}${color f5cccc}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color 990000}${font caviar dreams:size=38}${time %e}${font}
  62. ${color 990000}${voffset -30}${color 990000}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color 990000}${font caviar dreams:size=20}${time %Y}${font}${color f5cccc}${hr}
  63. ${voffset 140}${font caviar dreams:size=10}${alignr}Rittman${font}
  64. ${font caviar dreams:size=12}${color 990000}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KBJJ temperature temperature 30} °F${font}
  65. ${image ~/.conky/simple_picture_name.png -p 64,125 -s 70x20}
  66.  
  67. ${color f5cccc}${goto 70}${voffset 10}CPU1${color f5cccc}${goto 86}${voffset -15}CPU2
  68. ${color f5cccc}${goto 110}${voffset 10}${cpu cpu0}%${color f5cccc}${goto 85}${voffset 15}${cpu cpu1}%
  69. ${color f5cccc}${goto 12}${voffset 28}${memperc}%
  70. ${color f5cccc}${goto 12}RAM
  71. ${color f5cccc}${goto 70}${voffset 30}${acpitemp} F
  72. ${color f5cccc}${goto 70}Temp
  73. ${color f5cccc}${goto 6}${voffset 33}${fs_used_perc /}%${color f5cccc}${goto 65}${voffset 0}${fs_used_perc /home}%${color f5cccc}${goto 125}${voffset 0}${battery_percent C23B}%
  74. ${color f5cccc}${goto 6}root${color f5cccc}${goto 65}home${color f5cccc}${goto 125}battery
  75. ${color f5cccc}${goto 25}${voffset 28}${downspeed wlp16s0}${color f5cccc}${goto 105}${voffset 0}${downspeed wlan0}
  76. ${color f5cccc}${goto 25}${upspeed wlp16s0}${color f5cccc}${goto 105}${upspeed wan0}
  77. ${color f5cccc}${goto 20}wireless${color f5cccc}${goto 115}ethernet
  78. ${color f5cccc}${voffset 0}${goto 65}${wireless_link_qual wlp16s0}%
  79. ${color f5cccc}${voffset 0}${goto 65}signal
  80.  
  81. ${color f5cccc}${font caviar dreams:size=8}Uptime: ${uptime}
  82. ${color f5cccc}${font caviar dreams:size=8}Processes: ${processes}
  83. ${color f5cccc}${font caviar dreams:size=8}Running: ${running_processes}
  84.  
  85. ${color f5cccc}${font caviar dreams:size=8}${alignr}${nodename}
  86. ${color f5cccc}${font caviar dreams:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
  87. ${color f5cccc}${font caviar dreams:size=8}${alignr}Kernel: ${kernel}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement