Advertisement
maxpro4u

blue conky

Jul 22nd, 2014
345
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 FFFFFF
  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 4EC6DE}${font caviar dreams:size=16}${time %A}${font}${voffset -8}${alignr 50}${color FFFFFF}${font caviar dreams:size=38}${time %e}${font}
  62. ${color FFFFFF}${voffset -30}${color FFFFFF}${font caviar dreams:size=18}${time %b}${font}${voffset -3} ${color FFFFFF}${font caviar dreams:size=20}${time %Y}${font}${color 4EC6DE}${hr}
  63. ${voffset 140}${font caviar dreams:size=10}${alignr}Rittman${font}
  64. ${font caviar dreams:size=12}${color FFFFFF}${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 4EC6DE}${goto 70}${voffset 10}CPU1${color 4EC6DE}${goto 86}${voffset -15}CPU2
  68. ${color FFFFFF}${goto 110}${voffset 10}${cpu cpu0}%${color FFFFFF}${goto 85}${voffset 15}${cpu cpu1}%
  69. ${color FFFFFF}${goto 12}${voffset 28}${memperc}%
  70. ${color 4EC6DE}${goto 12}RAM
  71. ${color FFFFFF}${goto 70}${voffset 30}${acpitemp} F
  72. ${color 4EC6DE}${goto 70}Temp
  73. ${color FFFFFF}${goto 6}${voffset 33}${fs_used_perc /}%${color FFFFFF}${goto 65}${voffset 0}${fs_used_perc /home}%${color FFFFFF}${goto 125}${voffset 0}${battery_percent C23B}%
  74. ${color 4EC6DE}${goto 6}root${color 4EC6DE}${goto 65}home${color 4EC6DE}${goto 125}battery
  75. ${color FFFFFF}${goto 25}${voffset 28}${downspeed wlp16s0}${color FFFFFF}${goto 105}${voffset 0}${downspeed wlan0}
  76. ${color FFFFFF}${goto 25}${upspeed wlp16s0}${color FFFFFF}${goto 105}${upspeed wlan0}
  77. ${color 4EC6DE}${goto 20}wireless${color 4EC6DE}${goto 115}ethernet
  78. ${color FFFFFF}${voffset 0}${goto 65}${wireless_link_qual wlp16s0}%
  79. ${color 4EC6DE}${voffset 0}${goto 65}signal
  80.  
  81. ${color FFFFFF}${font caviar dreams:size=8}Uptime: ${uptime}
  82. ${color FFFFFF}${font caviar dreams:size=8}Processes: ${processes}
  83. ${color FFFFFF}${font caviar dreams:size=8}Running: ${running_processes}
  84.  
  85. ${color 4EC6DE}${font caviar dreams:size=8}${alignr}${nodename}
  86. ${color 4EC6DE}${font caviar dreams:size=8}${alignr}${pre_exec cat /etc/issue.net} $machine
  87. ${color 4EC6DE}${font caviar dreams:size=8}${alignr}Kernel: ${kernel}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement