-
-
Notifications
You must be signed in to change notification settings - Fork 622
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conky keeps drawing every single widget on the left #228
Comments
You are using the older format for the conkyrc. conky will try and update your old format during run time but that may not work - as in your case. |
Here is the converted .conkyrc https://gist.github.com/SethDusek/5f39c06593170fbffe446443b6f668e2 Here is the long list of errors its giving: https://gist.github.com/SethDusek/0f60cb99f917cf34b56373ba15ec2618 |
Change the colors settings from You can also use the templateN format to define your path once in the config section - you can use template0 to template9
later in the text section use it like
See how it goes ... |
Okay, so this is really frustrating and all I want now is for my conkyrc to work. Is there any way I can I revert to the old conky, in which my current .conkyrc will work? |
Your config syntax is for conky versions 1.9.1 and previous so if you do not want to update your config to the new syntax you have to revert back to an older version of conky. Have you tried the suggestions from plikhari? |
@Nooby4Ever It seems it's not an issue with the older conky, but it's happening even on newer versions. https://gist.github.com/6c6af8fce4c5587fe75f5929154d76ca The widget is still being drawn on the top left |
please refer to alignment in the wiki https://github.com/brndnmtthws/conky/wiki/Configuration-Settings
Also compare the variables to get a final check if they are indeed what you want - this way you will learn how things work in conky land :-) |
@plikhari I tried setting align to "bottom_right" to see if it works and it's still in the same position |
the word is alignment |
@plikhari yup, tried that too |
ok remove that first line - conky.config should be there first (you can have comments before that )- nothing shows if I have that line on top. now it may not work for me - but still - remove that first line "metadata" and then see |
@plikhari Tried, didn't make a difference and it shouldn't anyways because it's just a lua script. Anyways somebody told me it was the "dock" option that was causing it, but I tried setting it to "normal" and now it dissapears whenever I click show desktop, though I think it might have fixed it |
yes - you are correct - change that own_window_type - well you have other options - normal, desktop, dock, panel or override (default: normal) |
When I try desktop or override, it dissapears when I click show desktop. If I select panel, it automatically reserves space at the bottom of my screen, and it resizes all of my windows to be smaller. Also when I select desktop, there's a gap of 5 pixels in between the left of the screen and the widget, but it's still not positioned properly. Is this a bug? |
What Desktop Environment are you using and or any window manager ?? |
@plikhari Cinnamon 3.0.7 |
try (should work for cinnamon):
also remove the |
@Nooby4Ever Okay, well it works but unpredictably. It often ends up in the right position, but sometimes not? Like it's stuck on the top left. And if I click show desktop it dissapears which is still an issue |
Can you post your full (latest) config file again, i will test it on my system (also running cinnamon). |
@Nooby4Ever Ok, here is the full conkyrc with all of the resources and modules http://i.shibe.ml/QmNjT8PPsc2TikWCMj8BX6YpKuYK1hYmRBLisGahbfD7mB.tar |
It runs fine, didn't change anything. Does not change position, show desktop does not make it dissapear or change position. Might be something on your system? ps: the lua script/ conky config doesn't do anything (just static) but i assume that is because i don't use |
Where does it appear? Top left or is the position correct |
Top middle, to the right. Correct (considering my screen dimensions + bottom_right + the gap_x and gap_y values). edit: my conky build info (X11)
|
Can you try the conky from the ubuntu 16 repos? If you're nit on ubuntu then I can give you the unpacked version when I get home |
@Nooby4Ever can you go into cinnamon-settings and take a screenshot of this page? http://i.shibe.ml/QmP3e9AcX9SV3gRMpoqrhJUyV32a6o9onFqE3fYYcEkLyY.png I want to find out what your settings are, because I'm pretty sure the "location of newly opened windows" is what is causing the issue, since if I change it from automatic, then it isn't stuck in the top left. However, If I select cursor or manual, conky pops up wherever my cursor is which I dont want and center means conky is stuck in the middle |
Since typing is faster:
(not yet had the time to test on ubuntu) |
@Nooby4Ever Well now I honestly dont know what to do. It's obviously a cinnamon bug, but it might just be an issue with my settings, but I don't know where to start fixing this |
@Nooby4Ever Fixed. linuxmint/cinnamon#5566 (comment) Was a configuration issue. Hope this can help other people too |
Thanks for further digging into it, should be added to the wiki. (i might do it later if i have time) |
@Nooby4Ever If you are gonna add it then this is the command "gsettings set org.cinnamon.desktop.wm.preferences disable-workarounds false" |
Thanks! |
For some reason conky completely ignores gap_x and gap_y and just places the widgets on the left. I'm going to paste my .conkyrc but this happens with other conkyrcs too, I've tried conky google now, conky nvidia rings, and so on, and all of them appear on the left no matter what I set gap_x to.
https://gist.github.com/7504a35769384eac4513
The text was updated successfully, but these errors were encountered: