-->
import Quickshell
Convenience type equivalent to setting Reloadable.reloadableId for all children.
Note that this does not work for visible Items (all widgets).
ShellRoot {
Variants {
variants: ...
Scope {
// everything in here behaves the same as if it was defined
// directly in `Variants` reload-wise.
}
}
}