Advertisement
Guest User

.conkyrc5

a guest
Sep 15th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 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=10
  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 10
  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 740
  58. gap_y 0
  59.  
  60. # stuff after 'TEXT' will be formatted on screen
  61.  
  62. TEXT
  63. ${color 9CC3C8}KASTORIA WEATHER$color${texeci 900 /home/teo/1a_accuweather_conkyweather_font/1a_c_version}
  64. ${color 9CC3C8}${hr 1}${color}
  65. ${color 9CC3C8}NOW: ${color}${execpi 600 sed -n '4p' /home/teo/1a_accuweather_conkyweather_font/curr_cond}${alignr}${color 9CC3C8}${execpi 600 sed -n '1p' /home/teo/1a_accuweather_conkyweather_font/tod_ton}: ${color}${font}${execpi 600 sed -n '4p' /home/teo/1a_accuweather_conkyweather_font/tod_ton}/${execpi 600 sed -n '5p' /home/teo/1a_accuweather_conkyweather_font/tod_ton}
  66. ${font conkyweather:size=47}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/curr_cond}${goto 100}${execi 600 sed -n '2p' ~/1a_accuweather_conkyweather_font/tod_ton}${font}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement