TerryH wrote: ↑Sun Jul 21, 2024 8:34 pmJust a minor observation between the difference of how screens are rendered comparing Wayland and X11. In Wayland everything appears bigger, panels, firefox page rendering and even the conky display. I've checked in Display Settings and screens is 1920 x 1080 and 100%. So it seems pixels in Wayland and X11 are somehow different.
When changing back to Wayland from X11 the panel is noticeably larger, requiring to reduce the pixel size, by about 6 points to appear a similar size. In firefox I normally set the zoom setting to 120% as 1920 x 1080 on a small 14" screen is too small for my old eyes. My firefox home page which is a start.me page containing all launchers, the launchers are significantly larger, I have changed the zoom back to 100%. The conky display changes position when swapping. I created a second .conkyrc file altering the offsets and some font sizes to compensate, to be able to swap between Wayland and X11. I even in the Wayland version left the hard coded Russian word for Day as a little homage to @Sofiya for her great work! Thank you.
Yes, this config has different coordinate values
Code: Select all
conky.config = {
alignment = 'top_right', -- top_right , bottom_right
background = true,
gap_y = 200,
-- gap_x = 200,
minimum_height = 200,
-- minimum_width = 650,
maximum_width = 650,
You can set the value which in the first configuration
or your coordinates, my screen resolution is 1366x768
therefore there will be a difference between your permission and my permission