<div dir="ltr">Hi, I keep my taskbar panel on the left side of my screen and use a<br>script at startup to hide the shadow:<br><br>#!/bin/sh<br>for WID in `xwininfo -root -tree | sed '/"Plasma": ("plasmashell"<br>"plasmashell")/!d; s/^  *\([^ ]*\) .*/\1/g'`; do<br>   xprop -id $WID -remove _KDE_NET_WM_SHADOW<br>done<br><br>This doesn't work under Wayland (obviously).<br><br>Are there any modifications I can make to this script so it will work under Wayland?<br>Is there any possibility for adding an option to hide the plasma panel shadows?</div>