Advertisement
Guest User

Untitled

a guest
Jan 30th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. # Conky Metro Clock - http://fav.me/d424h9d
  2.  
  3. # Conky settings
  4. background no
  5. update_interval 1
  6.  
  7. override_utf8_locale yes
  8.  
  9. double_buffer yes
  10. no_buffers yes
  11.  
  12. text_buffer_size 2048
  13.  
  14. # Window specifications
  15. own_window no
  16. own_window_class conky
  17. own_window_transparent yes
  18. own_window_hints undecorate,below,sticky,skip_taskbar,skip_pager
  19.  
  20. border_inner_margin 0
  21. border_outer_margin 0
  22.  
  23. alignment bl
  24. gap_x 100
  25. gap_y 100
  26.  
  27. # Graphics settings
  28. draw_shades yes
  29. draw_outline no
  30. draw_borders no
  31. draw_graph_borders no
  32.  
  33. # Text settings
  34. use_xft yes
  35. xftalpha 0
  36. text_buffer_size 2048
  37.  
  38. uppercase no
  39.  
  40. default_color FFFFFF
  41.  
  42. TEXT
  43. ${voffset 10}${font Source Sans Pro Light:size=30}${time %A}${font}${voffset -10}
  44. ${voffset 10}${font Source Sans Pro Light:size=30}${time %e}. ${time %B}${font}${voffset -40}
  45. ${voffset 10}${font Source Sans Pro Light:size=120}${time %H:%M %p}${font}${voffset -10}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement