Advertisement
Guest User

Untitled

a guest
Apr 25th, 2013
1,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. ######################
  2. # - Conky settings - #
  3. ######################
  4. update_interval 1
  5. total_run_times 0
  6. net_avg_samples 1
  7. cpu_avg_samples 1
  8.  
  9. imlib_cache_size 0
  10. double_buffer yes
  11. no_buffers yes
  12.  
  13. #####################
  14. # - Text settings - #
  15. #####################
  16. use_xft yes
  17. xftfont Ubuntu:size=8
  18. override_utf8_locale yes
  19. text_buffer_size 2048
  20.  
  21. #############################
  22. # - Window specifications - #
  23. #############################
  24. own_window_class Conky
  25. own_window yes
  26. own_window_type override
  27. own_window_transparent yes
  28. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  29. #own_window_argb_visual yes
  30. #own_window_argb_value 100
  31.  
  32. alignment bl
  33. gap_x 30
  34. gap_y 0
  35. minimum_size 190 180
  36.  
  37.  
  38. default_bar_size 60 8
  39.  
  40. #########################
  41. # - Graphics settings - #
  42. #########################
  43. draw_shades no
  44.  
  45. default_color efefef
  46. default_shade_color 1d1d1d
  47. color0 ffffff
  48. color1 ffffff
  49. color2 ffffff
  50.  
  51. #####################
  52. # - MPD settings - #
  53. #####################
  54. mpd_host localhost
  55. mpd_port 6600
  56.  
  57. TEXT
  58. ${font Open Sans Light:pixelsize=105}${time %H:%M}${font}
  59. ${font Open Sans Light:pixelsize=55}${time %d.%m.%Y, %A}${font}
  60.  
  61.  
  62.  
  63. ${if_match "$acpiacadapter" != "off-line" }${font Typicons:pixelsize=36}4${else}${if_match ${battery_percent BAT1} >= 71 }${font Typicons:pixelsize=36}3${else}${if_match ${battery_percent BAT1} >= 31 }${font Typicons:pixelsize=36}2${else}${if_match ${battery_percent BAT1} >= 11 }${font Typicons:pixelsize=36}1${else}${if_match ${battery_percent BAT1} >= 0 }${font Typicons:pixelsize=36}0${endif}${endif}${endif}${endif}${endif}${voffset -8}${font Open Sans Light:pixelsize=32}${battery_percent BAT1}%${font Typicons:pixelsize=36} ${if_match "${execi 200 ~/.config/openbox/conky/pinger.sh}" >= "1"}${voffset 5}${font Typicons:pixelsize=36}ª ${font Typicons:pixelsize=36}[${voffset -8}${font Open Sans Light:pixelsize=32}${execpi 10 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=ria.freelander@gmail.com --password= --ssl} ${texeci 600 bash $HOME/.config/openbox/conky/weather.sh}${font ConkyWeather:pixelsize=36}${execp head -2 ~/.1d_accuweather_rss/weather | tail -1}${voffset -2}${font Open Sans Light:pixelsize=32}${execp cat ~/.1d_accuweather_rss/weather | grep Currently | cut -d : -f 3 | cut -f 1 | cut -d ' ' -f 2 | cut -d 'C' -f 1 }ºC, ${execp cat ~/.1d_accuweather_rss/weather_raw | grep title -m 1 | cut -d '>' -f 2 | cut -d ',' -f 1}${endif} ${if_running mpd}${if_match "$mpd_status"=="Playing"}${font Guifx v2 Transports:pixelsize=36}1${endif}${if_match "$mpd_status"=="Paused"}${font Guifx v2 Transports:pixelsize=36}2${endif}${if_match "$mpd_status"=="Stopped"}${font Guifx v2 Transports:pixelsize=36}3${endif} ${voffset -8}${font Open Sans Light:pixelsize=32}${mpd_smart}${endif}${font}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement