Giter Club home page Giter Club logo

Comments (5)

Tucos avatar Tucos commented on July 17, 2024

Most likely from the use_spacer option. Setting it to none makes it behave like I think you want. If that's not it, you'll need to paste the rest of your conkyrc as well.

from conky.

orschiro avatar orschiro commented on July 17, 2024

@Tucos

Thanks a lot! user_spacer none resolved the problem.

from conky.

orschiro avatar orschiro commented on July 17, 2024

Sorry to come back with this issue. Magically the issue returned back. Please see the space between the network ESSID and the percentage sign:
image

# avoid flicker
double_buffer yes

# own window to run simultanious 2 or more conkys
own_window  yes
own_window_transparent no
own_window_type dock
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_title conky

# borders
draw_borders no

# shades
draw_shades no

# Avoid empty spaces
# https://github.com/brndnmtthws/conky/issues/69#issuecomment-60115548
use_spacer none

# position
gap_x 0
gap_y 0
alignment top_left
stippled_borders 0

# behaviour
update_interval 60

# colour
default_color d3cabc
# default_shade_color 000000
own_window_colour 2D2D2D

# font
use_xft yes
xftfont Droid Sans:style=bold:size=8
# Show umlauts
override_utf8_locale yes

# to prevent window from moving
use_spacer right
minimum_size 1040 0

TEXT
  ${alignr}${if_running flickrsmartsync}${font FontAwesome:size=9}${font}$endif \
  ${if_running rsync}${font FontAwesome:size=9}${font}  Rsync$endif \
  ${font FontAwesome:size=9}  ${font}${execpi 300 python ~/Bin/gmail.py} \
  ${font FontAwesome:size=9}  ${font}${fs_free} \
  ${font FontAwesome:size=9}  ${font}${battery BAT0} \
  ${font FontAwesome:size=9}  ${font}${wireless_essid wls1} ${wireless_link_qual_perc wls1}% \
  ${font FontAwesome:size=9}  ${font}${exec amixer sget Master | awk '/%/{}END{gsub(/[\[\]]/,""); print $5}'} ${exec amixer sget Master | awk '/%/{}END{gsub(/[\[\]]/,""); print $6}'} \
  ${font FontAwesome:size=9}  ${font}${execpi 3600 checkupdates | wc -l}  ${execpi 3600 cower -u | wc -l} \
  ${font FontAwesome:size=9}  ${font}${exec xkb-switch} \
  ${font FontAwesome:size=9}  ${font}${time %H:%M}  ${execpi 30 cat ~/.conkytimer}\
  ${font FontAwesome:size=9}  ${font}${time %a %d %b %Y}   

from conky.

Tucos avatar Tucos commented on July 17, 2024

Previously you said use_spacer none resolved the problem; your current config effectively has use_spacer right, which corresponds to the output (although i'm not sure it makes sense for 100%, but that's a different issue).
Note that you have none underneath "# Avoid empty spaces", but right underneath "# to prevent window from moving".

from conky.

orschiro avatar orschiro commented on July 17, 2024

@Tucos

Apologize for this unnecessary message. I copied a configuration snippet from someone else and overlooked completely that he had already set a use_spacer right. I removed it and now everything is fine again.

Thank you!

Robert

from conky.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.