You are not logged in.
Hello, how i can remove white border lines on my conky?
Config:
# set to yes if you want Conky to be forked in the background
background yes
# Create own window instead of using desktop (required in nautilus)
own_window yes
# If own_window is yes, you may use type normal, desktop or override
own_window_type panel
# Use pseudo transparency with own_window?
own_window_transparent no
# If own_window is yes, these window manager hints may be used
own_window_hints above
own_window_colour 262729
border_outer_margin 0
double_buffer yes
use_spacer right
use_xft yes
#font snap-7
xftfont silkscreen:size=6
xftalpha 1
text_buffer_size 2048
alignment bottom
gap_x 0
gap_y 3
# --- Colours, Sizes, Fonts & Margins --- #
update_interval 1.0
stippled_borders 0
minimum_size 1366 3
maximum_width 1366 2
border_margin 3
border_width 0
default_color 5e7175
# --- Text --- #
draw_outline no
draw_borders no
#font -*-profont-*-*-*-11-*-*-*-*-*-*-*
uppercase no
draw_shades no
draw_outline no
TEXT
${alignc}${color a6e22e}CrunchBang! Linux ${color}- ${color f92672}Debian Sid ${color} | ${color beed5f}Machine${color d3d3d3} $nodename | ${color fd971f} Uptime ${color d3d3d3} $uptime ${color}| ${color ff669d}Kernel${color d3d3d3} $kernel | ${color 9e6ffe}Cpu: ${color d3d3d3}${cpu}% | ${color 00CBEE}Ram: ${color d3d3d3}${mem} | ${color}Home: ${color e0e0e0}${font}${fs_free /} | ${color} Down: ${color e0e0e0} ${downspeed wlan0} Kb/s | ${color D45959} Up: ${color} ${color e0e0e0} ${upspeed wlan0} Kb/s ${alignc}${color a6e22e}With <3 ${color}for ${color f92672}kwiatuszek ${color}
http://imgur.com/bfbee5a9-445d-4dc2-8f1d-64b01b6807ce
Last edited by konsultant (2017-04-28 19:18:55)
Offline
Link is not working, try: https://scrot.moe/
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
screenshot link doesn't work.
i suspect you should comment out some/all of the *border* settings.
Offline
I don't get a while border line on your conky - maybe because I fixed this:
Defunct:
border_margin 3
Change to:
border_inner_margin 3
Also Alignment needs to be one of these:
top_left, top_right, top_middle, bottom_left, bottom_right, bottom_middle, middle_left, middle_middle, middle_right, or none (also can be abreviated as tl, tr, tm, bl, br, bm, ml, mm, mr)
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline