Linux Lite Forums
Lite Widget displayed off-screen - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Lite Widget displayed off-screen (/showthread.php?tid=7766)



Lite Widget displayed off-screen - timbuck2 - 05-09-2021

I enabled the Lite Widget on the 5.4 release but it is displayed almost entirely off-screen.  Here is a picture of what is happening.

[Image: lite-widget.png]

What should I do to get the widget readjusted on-screen?

Also, how would I move the widget to the second monitor?


Re: Lite Widget displayed off-screen - Valtam - 05-10-2021

Can you please screenshot both monitors with the Lite Widget enabled.


Re: Lite Widget displayed off-screen - timbuck2 - 05-10-2021

Ok, here is what it looks like.  Primary monitor on the right where the widget is off-screen.  Secondary monitor to the left where I would like the widget to be displayed.

[Image: Screenshot-2021-05-10-09-11-12.jpg]

If  I edit the line shown below in /etc/conky-lite/widget

[Image: Screenshot-2021-05-10-09-13-53.jpg]

to read "bottom_left"  instead of " bottom_right" I get this on the screen with the widget enabled.  Still not on the secondary monitor.

[Image: Screenshot-2021-05-10-09-11-58.jpg]

So I don' t know where to go after that.


Re: Lite Widget displayed off-screen - timbuck2 - 05-18-2021

So is this fixable to get on-screen on the right and on the second monitor or should I forget about it?


Re: Lite Widget displayed off-screen - firenice03 - 05-18-2021

[member=8950]timbuck2[/member]
I'm curious ... does the task bar show on the screen?
Perhaps the resolutions for the monitors are the same - but need to be different... Makes sense with default its off screen to the right - is the taskbar/time missing as well...
If you can, use a lower resolution on the primary/screen on right...

I've had to do this in Linux and Windows depending on laptop and external monitors...

maybe worth a try


Re: Lite Widget displayed off-screen - Valtam - 05-19-2021

Undo whatever settings you have. Edit /etc/conky-lite/widget as Admin and change the:

Code:
# Gap between borders of screen and text
# Same thing as passing -x at command line
gap_x -375
gap_y 65

numbers until you get what fits. If Lite Widget ever gets updated, it will over write your custom values so make sure after your changes, you make a backup of the widget file. As you can see, you can use negative numbers too.


Re: Lite Widget displayed off-screen - timbuck2 - 05-19-2021

Ok, thanks, that worked.