Advertisement
plusDm

Conky Horizontal Line Calendar

Aug 21st, 2015
2,150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. #======================================================================================#
  2. # modified by plusdm 2015 #
  3. #======================================================================================#
  4.  
  5. own_window yes
  6. own_window_argb_visual yes
  7. own_window_transparent yes
  8. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  9.  
  10. # ARGB can be used for real transparency, note that a composite manager is required for real transparency
  11. own_window_argb_visual true
  12.  
  13. # Set the transparency alpha value from 0 to 255
  14. own_window_argb_value 0
  15.  
  16. update_interval 1 # this is used if system is not running on battery battery
  17. update_interval_on_battery 1 # this is used if system is running on battery battery, higher value ensures that conky save battery power
  18.  
  19. double_buffer yes
  20. no_buffers yes
  21. text_buffer_size 2048
  22. gap_x 80
  23. gap_y 550
  24. minimum_size 900 100
  25. maximum_width 900
  26.  
  27. border_inner_margin 0
  28. border_outer_margin 0
  29. use_spacer none
  30. alignment tl
  31.  
  32. draw_shades no
  33. draw_outline no
  34. draw_borders no
  35. draw_graph_borders no
  36.  
  37. override_utf8_locale yes
  38. use_xft yes
  39. xftfont ubuntu light:size=8
  40. xftalpha 0.2
  41. uppercase no
  42.  
  43. TEXT
  44.  
  45. $color${execpi 36000 /home/plusdm/.conky/scripts/horical.sh}${color}
  46.  
  47. ${voffset -32}${font Sahara:italic:size=20}${goto 280}${color 383333}${execi 30 fortune fran}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement