Closed luisbocanegra closed 8 months ago
In case the theme has been ported to Plasma 6, can you please release a new version?
I an busy with other things at the moment, If you want to help catch bugs please try installing it manually.
The backend can be run using these commands but it would be better if you try in a virtual environment with all the dependencies there.
export PYTHONPATH="$PWD/src:$PYTHONPATH"
python -m kde_material_you_colors.main
So it appears that sorting the desktop windows for the screenshot method isn't needed at all, trying multiple horizontal and vertical arrangements and it always gets the window of the correct screen number given by the panel.
Backend
/{id}
>/Scripting/Script{id}
workspace.clientList()
>workspace.windowList()
.window.caption
may no longer be set for the desktop, so another property (or combination of them) needs to be used to find Desktop windowswindow.screen
was also lost, matching is now done by first sorting the screens (triple+ monitors and non-horizontal arrangements untested)