[BUG] widget on top of all windows
Author: Artyom-rgbCreated Jun 12, 2021Updated Aug 16, 2026
Labelsbug
Describe the bug
the widget is always on top of all windows
Reproducing the issue
<window name="main_window" stacking="bg" exclusive="true"> <geometry x="60%" y="10%" width="45%" height="40%"/> <!--Specifies geometry--> <widget> <clock/> <!--This is the def we created earlier--> </widget> </window> </windows>
Expected behaviour
I want the widget to be only on the desktop
Additional context

Source: elkowar/eww