Homerun Kicker submenu offset

If you want to increase the offset of a homerun kicker submenu like this,

then do the following:
Open in text editor with root permission,
/usr/share/apps/plasma/plasmoids/org.kde.homerun-kicker/contents/ui/ItemListDialog.qml
Where it says,
var xPos = pos.x + parent.width + margins.left;
change it to,
var xPos = pos.x+5 + parent.width + margins.left;
Increase the number for greater offset.

 

 

Leave a comment