Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######################
- # - Conky settings - #
- ######################
- update_interval 1
- total_run_times 0
- net_avg_samples 1
- cpu_avg_samples 1
- imlib_cache_size 0
- double_buffer yes
- no_buffers yes
- #####################
- # - Text settings - #
- #####################
- use_xft yes
- xftfont Ubuntu:size=8
- override_utf8_locale yes
- text_buffer_size 2048
- #############################
- # - Window specifications - #
- #############################
- own_window_class Conky
- own_window yes
- own_window_type override
- own_window_transparent yes
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- #own_window_argb_visual yes
- #own_window_argb_value 100
- alignment bl
- gap_x 30
- gap_y 0
- minimum_size 190 180
- default_bar_size 60 8
- #########################
- # - Graphics settings - #
- #########################
- draw_shades no
- default_color efefef
- default_shade_color 1d1d1d
- color0 ffffff
- color1 ffffff
- color2 ffffff
- #####################
- # - MPD settings - #
- #####################
- mpd_host localhost
- mpd_port 6600
- TEXT
- ${font Open Sans Light:pixelsize=105}${time %H:%M}${font}
- ${font Open Sans Light:pixelsize=55}${time %d.%m.%Y, %A}${font}
- ${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 [email protected] --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