Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #======================================================================================#
- # modified by plusdm 2015 #
- #======================================================================================#
- own_window yes
- own_window_argb_visual yes
- own_window_transparent yes
- own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
- # ARGB can be used for real transparency, note that a composite manager is required for real transparency
- own_window_argb_visual true
- # Set the transparency alpha value from 0 to 255
- own_window_argb_value 0
- update_interval 1 # this is used if system is not running on battery battery
- update_interval_on_battery 1 # this is used if system is running on battery battery, higher value ensures that conky save battery power
- double_buffer yes
- no_buffers yes
- text_buffer_size 2048
- gap_x 645
- gap_y 380
- minimum_size 300
- maximum_width 184
- border_inner_margin 0
- border_outer_margin 0
- use_spacer none
- alignment tl
- draw_shades no
- draw_outline no
- draw_borders no
- draw_graph_borders no
- override_utf8_locale yes
- use_xft yes
- xftfont ubuntu light:size=7
- xftalpha 0.2
- uppercase no
- TEXT
- ${font monospace:pixelsize=10}${color 56696F}
- Wireless Ip:$alignr${if_up wlan0}${addr wlan0}${else}${endif}
- Public Ip:$alignr${if_up wlan0}${execi 30 ~/.conky/scripts/ip.sh}${else}${endif}
- Proxy Ip:${color A8705F}$alignr${if_up wlan0}${execi 10 ~/.conky/scripts/proxy_ip.sh}${else}${endif}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement