conky.conf 948 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. conky.config = {
  2. background=true,
  3. update_interval=1,
  4. double_buffer=true,
  5. no_buffers=true,
  6. imlib_cache_size=10,
  7. draw_shades=false,
  8. draw_outline=false,
  9. draw_borders=false,
  10. gap_x=-420,
  11. gap_y=120,
  12. alignment="bottom_right",
  13. minimum_height=300,
  14. minimum_width=0,
  15. own_window=true,
  16. own_window_type="desktop",
  17. own_window_transparent=true,
  18. own_window_hints="undecorated,below,sticky,skip_taskbar,skip_pager",
  19. own_window_argb_visual=true,
  20. own_window_argb_value=0,
  21. use_xft=true,
  22. xftalpha=1,
  23. font="Noto Mono:size=10",
  24. text_buffer_size=256,
  25. override_utf8_locale=true,
  26. default_color='f9f8fe',
  27. color0='f9f8fe',
  28. color1='2E3440',
  29. }
  30. conky.text = [[
  31. ${voffset 0}${goto 44}${font Oswald:weight=Regular:size=150}${color0} ${time %H:%M}\
  32. ${voffset 90}${goto 90}${font Oswald:weight=Regular:size=40}${color0} ${time %A %d %B}\
  33. ]]