LavaUI docs

struct StatusNotifierItemInfo

Swift

struct StatusNotifierItemInfo

One StatusNotifierItem as the panel sees it after a poll.

Sources/LavaUI/Editor.swift:909

Properties

var hasMenu: Bool

The item exports a DBusMenu.

Sources/LavaUI/Editor.swift:920

var iconHeight: Int

Not documented.

Sources/LavaUI/Editor.swift:925

var iconName: String

Not documented.

Sources/LavaUI/Editor.swift:915

var iconPath: String

Resolved filesystem path for iconName, when found.

Sources/LavaUI/Editor.swift:917

var iconRgba: [UInt8]

RGBA8 pixels when the item published IconPixmap.

Sources/LavaUI/Editor.swift:927

var iconWidth: Int

Not documented.

Sources/LavaUI/Editor.swift:924

var id: String

Not documented.

Sources/LavaUI/Editor.swift:912

var isMenu: Bool

Not documented.

Sources/LavaUI/Editor.swift:918

var key: String

uniqueName/objectPath — stable activate key.

Sources/LavaUI/Editor.swift:911

var prefersMenu: Bool

A left click has nowhere to go but that menu — the item said ItemIsMenu, or never implemented Activate.

Sources/LavaUI/Editor.swift:923

var status: String

Not documented.

Sources/LavaUI/Editor.swift:914

var title: String

Not documented.

Sources/LavaUI/Editor.swift:913