Advertisement
Guest User

.conkyrc7

a guest
Sep 15th, 2013
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. # scripts by TeoBigusGeekus
  2.  
  3. # Create own window instead of using desktop (required in nautilus)
  4. own_window yes
  5. own_window_type override
  6. own_window_transparent yes
  7. own_window_hints undecorated,below,skip_taskbar,skip_pager
  8. own_window_colour black
  9.  
  10. # Use double buffering (reduces flicker, may not work for everyone)
  11. double_buffer yes
  12.  
  13. # fiddle with window
  14. use_spacer right
  15. use_xft yes
  16.  
  17. # Update interval in seconds
  18. update_interval 3.0
  19.  
  20. # Minimum size of text area
  21. minimum_size 130 50
  22. #maximum_width 100
  23.  
  24. override_utf8_locale yes
  25.  
  26. # Draw shades?
  27. draw_shades yes
  28. default_shade_color black
  29.  
  30. # Text stuff
  31. draw_outline yes # amplifies text if yes
  32. draw_borders no
  33. #font
  34. xftfont Tahoma:size=9
  35. uppercase no # set to yes if you want all text to be in uppercase
  36.  
  37. # Stippled borders?
  38. stippled_borders 3
  39.  
  40. # border margins
  41. border_inner_margin 9
  42. border_outer_margin 0
  43.  
  44. # border width
  45. border_width 9
  46.  
  47. # Default colors and also border colors, grey90 == #e5e5e5
  48. default_color EBE9EA
  49.  
  50. # Text alignment, other possible values are commented
  51. #alignment top_left
  52. #alignment top_right
  53. alignment bottom_left
  54. #alignment bottom_right
  55.  
  56. # Gap between borders of screen and text
  57. gap_x 1105
  58. gap_y -10
  59.  
  60. # stuff after 'TEXT' will be formatted on screen
  61.  
  62. TEXT
  63. ${color 9CC3C8}${goto 20}${execpi 600 sed -n '21p' /home/teo/1a_accuweather_conkyweather_font/tod_ton}${goto 65}${execpi 600 sed -n '1p' /home/teo/1a_accuweather_conkyweather_font/last_days}${goto 101}${execpi 600 sed -n '6p' /home/teo/1a_accuweather_conkyweather_font/last_days}$color
  64. ${font conkyweather:size=20}${execi 600 sed -n '22p' ~/1a_accuweather_conkyweather_font/tod_ton}${goto 62}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/last_days}${goto 98}${execi 600 sed -n '7p' ~/1a_accuweather_conkyweather_font/last_days}${font}
  65. ${execi 600 sed -n '24p' ~/1a_accuweather_conkyweather_font/tod_ton}/${execi 600 sed -n '25p' ~/1a_accuweather_conkyweather_font/tod_ton}${goto 62} ${execi 600 sed -n '4p' ~/1a_accuweather_conkyweather_font/last_days}/${execi 600 sed -n '5p' ~/1a_accuweather_conkyweather_font/last_days}${goto 98} ${execi 600 sed -n '9p' ~/1a_accuweather_conkyweather_font/last_days}/${execi 600 sed -n '10p' ~/1a_accuweather_conkyweather_font/last_days}
  66. ${color 9CC3C8}${goto 20}${execpi 600 sed -n '11p' /home/teo/1a_accuweather_conkyweather_font/last_days}${goto 65}${execpi 600 sed -n '16p' /home/teo/1a_accuweather_conkyweather_font/last_days}${goto 101}${execpi 600 sed -n '21p' /home/teo/1a_accuweather_conkyweather_font/last_days}$color
  67. ${font conkyweather:size=20}${execi 600 sed -n '12p' ~/1a_accuweather_conkyweather_font/last_days}${goto 62}${execi 600 sed -n '17p' ~/1a_accuweather_conkyweather_font/last_days}${goto 98}${execi 600 sed -n '22p' ~/1a_accuweather_conkyweather_font/last_days}${font}
  68. ${execi 600 sed -n '14p' ~/1a_accuweather_conkyweather_font/last_days}/${execi 600 sed -n '15p' ~/1a_accuweather_conkyweather_font/last_days}${goto 62} ${execi 600 sed -n '19p' ~/1a_accuweather_conkyweather_font/last_days}/${execi 600 sed -n '20p' ~/1a_accuweather_conkyweather_font/last_days}${goto 98} ${execi 600 sed -n '24p' ~/1a_accuweather_conkyweather_font/last_days}/${execi 600 sed -n '25p' ~/1a_accuweather_conkyweather_font/last_days}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement