Guest User

Untitled

a guest
May 23rd, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. #
  2. # ~/.conkyrc
  3. #
  4. # Do not forget to change path in ${execp} (see below)
  5. #
  6.  
  7. background no
  8. own_window yes
  9. own_window_type normal
  10. own_window_transparent yes
  11. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  12.  
  13. draw_shades no
  14. double_buffer yes
  15. text_buffer_size 1024 # по умолчанию слишком мало
  16.  
  17. use_xft yes
  18. xftfont sans serif:size=8
  19.  
  20. color0 white # стандартный цвет
  21. color1 00FF33 # DATETIME_COLOR
  22.  
  23. color2 FFFF00 # IMPORTANT_COLOR
  24. color3 00FF33 # PREPARE_COLOR
  25. color4 33FFFF # FREETIME_COLOR
  26.  
  27. color5 FFFF99 # WAIT_COLOR
  28. color6 FA87CE # HARD_COLOR
  29. color7 87CEFA # STATS_COLOR
  30.  
  31. alignment top_left
  32. gap_y 50
  33. gap_x 100
  34. TEXT
  35. ${execp /path/to/pyTomboyRemind.py -n Дом}
Add Comment
Please, Sign In to add comment