Advertisement
Minty95

Time_Conky

Apr 6th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. use_xft yes
  2. xftfont 123:size=24
  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 yes
  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 0
  14.  
  15. double_buffer yes
  16. #minimum_size 0
  17. maximum_width 300
  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_right
  26. gap_x -1895
  27. gap_y -45
  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 yes
  34. color white
  35. color2 FFA300
  36.  
  37.  
  38. minimum_size 0 0
  39. TEXT
  40.  
  41. ${color}${alignr}${font GE Inspira:pixelsize=100}${time %H:%M}
  42. ${voffset -65}${color2}${font GE Inspira:pixelsize=60}${alignr}${time %A}
  43. ${voffset -34}${color2}${font GE Inspira:pixelsize=40}${alignr}${time %d} ${voffset 0}${color2}${font GE Inspira:pixelsize=30}${time %b} ${time %Y}${voffset 0}
  44.  
  45. #${voffset 1}${offset 12}${font Ubuntu:pixelsize=18}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement