Advertisement
cesarzeta

miconky

Sep 14th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. use_xft yes
  2. xftfont 123:size=8
  3. xftalpha 0.1
  4. update_interval 1
  5. total_run_times 0
  6.  
  7. own_window yes
  8. own_window_type normal
  9. own_window_transparent no
  10. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  11. own_window_colour 000000
  12. own_window_argb_visual yes
  13. own_window_argb_value 150
  14.  
  15. double_buffer yes
  16. minimum_size 500 500
  17. maximum_width 580
  18. draw_shades no
  19. draw_outline no
  20. draw_borders no
  21. draw_graph_borders no
  22. default_color white
  23. default_shade_color red
  24. default_outline_color green
  25. alignment top_left
  26. gap_x 20
  27. gap_y 100
  28. no_buffers yes
  29. uppercase no
  30. cpu_avg_samples 2
  31. net_avg_samples 1
  32. override_utf8_locale yes
  33. use_spacer none
  34. minimum_size 0 0
  35.  
  36.  
  37.  
  38. # Lua Load #
  39. lua_load ~/.lua/scripts/vol_bar.lua
  40. lua_draw_hook_pre vol_bar
  41.  
  42. TEXT
  43. ${goto 50}${voffset 10}${color EAEAEA}${font GE Inspira:pixelsize=100}${time %I:%M}${font}${voffset -64}${offset 10}${color FFA300}${font GE Inspira:pixelsize=42}${time %d} ${voffset -15}${color EAEAEA}${font GE Inspira:pixelsize=22}${time %B} ${time %Y}${font}${voffset 24}${font GE Inspira:pixelsize=58}${offset -148}${time %A}${font}
  44. ${voffset 15}${offset 12}${font Ubuntu:pixelsize=12}${goto 80}${color FFA300}HD ${offset 9}$color${fs_free /} / ${fs_size /}${offset 30}${color FFA300}RAM ${offset 9}$color$mem / $memmax${offset 30}${color FFA300}CPU ${offset 9}$color${cpu cpu0}%
  45. ${voffset 30}#${alignc}${color CCCCCC}Volumen: ${exec ~/.conky/vol.sh}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement