back_cal.conkyrc 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. ## Window settings
  2. own_window yes
  3. own_window_type override
  4. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  5. double_buffer yes
  6. ## Compton doesn't like conky transparent, so this is the fix
  7. ## http://conky.pitstop.free.fr/wiki/index.php5?title=Transparency_in_conky_(en)
  8. own_window_transparent no #yes
  9. own_window_argb_visual yes
  10. own_window_argb_value 0
  11. ## Window Size
  12. minimum_width 1900
  13. maximum_width 1920
  14. # fiddle with window
  15. use_spacer none
  16. use_xft yes
  17. ## Update interval in seconds
  18. update_interval 300.0
  19. ## Minimum size of text area
  20. # minimum_size 250 5
  21. ## Draw shades?
  22. draw_shades no
  23. ## Text stuff
  24. draw_outline no # amplifies text if yes
  25. draw_borders no
  26. font PragmataPro:size=7
  27. uppercase no
  28. ## Default colors and also border colors, grey90 == #e5e5e5
  29. default_color grey
  30. ## Text alignment, other possible values are commented
  31. #alignment top_left
  32. #alignment top_right
  33. #alignment bottom_left
  34. alignment bottom_left
  35. ## Gap between borders of screen and text
  36. ## The default size is a bit large
  37. gap_x 10
  38. gap_y 10
  39. ## stuff after ‘TEXT’ will be formatted on screen
  40. ## Displays hkal calendar. vdirsyncer pulls from my online cal.
  41. TEXT
  42. $color
  43. ${color grey90}Calendar ${hr 2}$color
  44. ${exec khal --no-color calendar today 30d | head -n 15}