back_task.conkyrc 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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 60.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_right
  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. ## Now uses my custom task report
  41. ## If you just want this to work, you can replace the exec line with:
  42. ## ${alignr}${exec task limit:50}
  43. TEXT
  44. $color
  45. ${color grey90}Tasks ${hr 2}$color
  46. ${alignr}${exec task next limit:50 rc.report.next.columns=id,depends.count,priority,project,tags,recur.indicator,due.relative,description.count,urgency rc.report.next.labels=ID,Dep,P,Proj,Tags,R,Due,Desc,Urg rc.report.next.sort=urgency-,due 2>/dev/null}