Quickshell


Scope: Reloadable

import Quickshell

Convenience type equivalent to setting Go to 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.
    }
  }
}
  • children list <QtObject>
    default readonly
    No details provided