The i3 FAQ has migrated to https://github.com/i3/i3/discussions. All content here is read-only.
Ask Your Question
0

i3bar conky no update

asked 2014-10-15 13:38:24 +0000

jr88er gravatar image

I configured i3bar to work as per: http://i3wm.org/docs/user-contributed... All is good but the information on the bar does not update the information. Even though conky has been set up to update every 2 seconds all the output is static it does not update automatically. I have to reload i3 to update the info with Mod+Shift+r for the info to update. Is there a way of updating conky info automatically?

Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2014-10-15 15:03:38 +0000

cee gravatar image

Does your conky script set the time interval for i3statusbar?

# Update interval in seconds
update_interval 2.0

A link to your config would definitely help.

edit flag offensive delete link more

Comments

Everything is as the link above on my previous post shows. There is an update_interval 2.0 on the .conkyrc

jr88er gravatar imagejr88er ( 2014-10-15 15:45:57 +0000 )edit

I tried it out on my PC and it works perfectly with files provided in the docs. Does it work with i3status bar without conky?

cee gravatar imagecee ( 2014-10-15 16:17:49 +0000 )edit

it does work fine with i3statusbar. Please try and add this line too to conkyrc { "full_text" : "${time %H:%M:%S}" , "color" : "\#ffffff" }, should add the time. Does it update every 2s? Thanks

jr88er gravatar imagejr88er ( 2014-10-15 17:51:22 +0000 )edit

Yes, this line works as expected here.

cee gravatar imagecee ( 2014-10-15 18:13:35 +0000 )edit

I had to add a backslash before the hash symbol, though. like "\\#ffffff"

cee gravatar imagecee ( 2014-10-15 18:15:06 +0000 )edit

Question Tools

Stats

Asked: 2014-10-15 13:38:24 +0000

Seen: 163 times

Last updated: Oct 15 '14