eventv1

package
v0.1.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 11, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Overview

Package eventv1 provides the protobuf API for events.

Index

Constants

View Source
const (
	// AudioDefaultSink constant.
	AudioDefaultSink = `@DEFAULT_SINK@`
	// AudioDefaultSource constant.
	AudioDefaultSource = `@DEFAULT_SOURCE@`
	// PowerDefaultID constant.
	PowerDefaultID = `Battery`
)

Variables

View Source
var (
	Direction_name = map[int32]string{
		0: "DIRECTION_UNSPECIFIED",
		1: "DIRECTION_UP",
		2: "DIRECTION_DOWN",
	}
	Direction_value = map[string]int32{
		"DIRECTION_UNSPECIFIED": 0,
		"DIRECTION_UP":          1,
		"DIRECTION_DOWN":        2,
	}
)

Enum value maps for Direction.

View Source
var (
	PowerType_name = map[int32]string{
		0: "POWER_TYPE_UNSPECIFIED",
		1: "POWER_TYPE_LINE_POWER",
		2: "POWER_TYPE_BATTERY",
		3: "POWER_TYPE_UPS",
		4: "POWER_TYPE_MONITOR",
		5: "POWER_TYPE_MOUSE",
		6: "POWER_TYPE_KEYBOARD",
		7: "POWER_TYPE_PDA",
		8: "POWER_TYPE_PHONE",
	}
	PowerType_value = map[string]int32{
		"POWER_TYPE_UNSPECIFIED": 0,
		"POWER_TYPE_LINE_POWER":  1,
		"POWER_TYPE_BATTERY":     2,
		"POWER_TYPE_UPS":         3,
		"POWER_TYPE_MONITOR":     4,
		"POWER_TYPE_MOUSE":       5,
		"POWER_TYPE_KEYBOARD":    6,
		"POWER_TYPE_PDA":         7,
		"POWER_TYPE_PHONE":       8,
	}
)

Enum value maps for PowerType.

View Source
var (
	PowerState_name = map[int32]string{
		0: "POWER_STATE_UNSPECIFIED",
		1: "POWER_STATE_CHARGING",
		2: "POWER_STATE_DISCHARGING",
		3: "POWER_STATE_EMPTY",
		4: "POWER_STATE_FULLY_CHARGED",
		5: "POWER_STATE_PENDING_CHARGE",
		6: "POWER_STATE_PENDING_DISCHARGE",
	}
	PowerState_value = map[string]int32{
		"POWER_STATE_UNSPECIFIED":       0,
		"POWER_STATE_CHARGING":          1,
		"POWER_STATE_DISCHARGING":       2,
		"POWER_STATE_EMPTY":             3,
		"POWER_STATE_FULLY_CHARGED":     4,
		"POWER_STATE_PENDING_CHARGE":    5,
		"POWER_STATE_PENDING_DISCHARGE": 6,
	}
)

Enum value maps for PowerState.

View Source
var (
	EventKind_name = map[int32]string{
		0:  "EVENT_KIND_UNSPECIFIED",
		1:  "EVENT_KIND_HYPR_WORKSPACE",
		2:  "EVENT_KIND_HYPR_FOCUSEDMON",
		4:  "EVENT_KIND_HYPR_ACTIVEWINDOW",
		5:  "EVENT_KIND_HYPR_ACTIVEWINDOWV2",
		6:  "EVENT_KIND_HYPR_FULLSCREEN",
		7:  "EVENT_KIND_HYPR_MONITORREMOVED",
		8:  "EVENT_KIND_HYPR_MONITORADDED",
		9:  "EVENT_KIND_HYPR_CREATEWORKSPACE",
		10: "EVENT_KIND_HYPR_DESTROYWORKSPACE",
		11: "EVENT_KIND_HYPR_MOVEWORKSPACE",
		12: "EVENT_KIND_HYPR_RENAMEWORKSPACE",
		13: "EVENT_KIND_HYPR_ACTIVESPECIAL",
		14: "EVENT_KIND_HYPR_ACTIVELAYOUT",
		15: "EVENT_KIND_HYPR_OPENWINDOW",
		16: "EVENT_KIND_HYPR_CLOSEWINDOW",
		17: "EVENT_KIND_HYPR_MOVEWINDOW",
		18: "EVENT_KIND_HYPR_OPENLAYER",
		19: "EVENT_KIND_HYPR_CLOSELAYER",
		20: "EVENT_KIND_HYPR_SUBMAP",
		21: "EVENT_KIND_HYPR_CHANGEFLOATINGMODE",
		22: "EVENT_KIND_HYPR_URGENT",
		23: "EVENT_KIND_HYPR_MINIMIZE",
		24: "EVENT_KIND_HYPR_SCREENCAST",
		25: "EVENT_KIND_HYPR_WINDOWTITLE",
		26: "EVENT_KIND_HYPR_IGNOREGROUPLOCK",
		27: "EVENT_KIND_HYPR_EVENTLOCKGROUPS",
		28: "EVENT_KIND_DBUS_REGISTERSTATUSNOTIFIER",
		29: "EVENT_KIND_DBUS_UNREGISTERSTATUSNOTIFIER",
		30: "EVENT_KIND_DBUS_UPDATETITLE",
		31: "EVENT_KIND_DBUS_UPDATETOOLTIP",
		32: "EVENT_KIND_DBUS_UPDATEICON",
		33: "EVENT_KIND_DBUS_UPDATEMENU",
		34: "EVENT_KIND_DBUS_UPDATESTATUS",
		35: "EVENT_KIND_DBUS_NOTIFICATION",
		36: "EVENT_KIND_DBUS_CLOSENOTIFICATION",
		37: "EVENT_KIND_DBUS_BRIGHTNESS_CHANGE",
		38: "EVENT_KIND_DBUS_BRIGHTNESS_ADJUST",
		39: "EVENT_KIND_AUDIO_SINK_NEW",
		40: "EVENT_KIND_AUDIO_SINK_CHANGE",
		41: "EVENT_KIND_AUDIO_SINK_REMOVE",
		42: "EVENT_KIND_AUDIO_SOURCE_NEW",
		43: "EVENT_KIND_AUDIO_SOURCE_CHANGE",
		44: "EVENT_KIND_AUDIO_SOURCE_REMOVE",
		45: "EVENT_KIND_AUDIO_CARD_NEW",
		46: "EVENT_KIND_AUDIO_CARD_CHANGE",
		47: "EVENT_KIND_AUDIO_CARD_REMOVE",
		48: "EVENT_KIND_AUDIO_SINK_VOLUME_ADJUST",
		49: "EVENT_KIND_AUDIO_SINK_MUTE_TOGGLE",
		50: "EVENT_KIND_AUDIO_SOURCE_VOLUME_ADJUST",
		51: "EVENT_KIND_AUDIO_SOURCE_MUTE_TOGGLE",
		52: "EVENT_KIND_HUD_NOTIFY",
		53: "EVENT_KIND_DBUS_POWER_CHANGE",
		54: "EVENT_KIND_HYPR_MOVEWORKSPACEV2",
		55: "EVENT_KIND_HYPR_MOVEWINDOWV2",
		56: "EVENT_KIND_HYPR_CREATEWORKSPACEV2",
		57: "EVENT_KIND_HYPR_DESTROYWORKSPACEV2",
		58: "EVENT_KIND_HYPR_WORKSPACEV2",
		59: "EVENT_KIND_EXEC",
	}
	EventKind_value = map[string]int32{
		"EVENT_KIND_UNSPECIFIED":                   0,
		"EVENT_KIND_HYPR_WORKSPACE":                1,
		"EVENT_KIND_HYPR_FOCUSEDMON":               2,
		"EVENT_KIND_HYPR_ACTIVEWINDOW":             4,
		"EVENT_KIND_HYPR_ACTIVEWINDOWV2":           5,
		"EVENT_KIND_HYPR_FULLSCREEN":               6,
		"EVENT_KIND_HYPR_MONITORREMOVED":           7,
		"EVENT_KIND_HYPR_MONITORADDED":             8,
		"EVENT_KIND_HYPR_CREATEWORKSPACE":          9,
		"EVENT_KIND_HYPR_DESTROYWORKSPACE":         10,
		"EVENT_KIND_HYPR_MOVEWORKSPACE":            11,
		"EVENT_KIND_HYPR_RENAMEWORKSPACE":          12,
		"EVENT_KIND_HYPR_ACTIVESPECIAL":            13,
		"EVENT_KIND_HYPR_ACTIVELAYOUT":             14,
		"EVENT_KIND_HYPR_OPENWINDOW":               15,
		"EVENT_KIND_HYPR_CLOSEWINDOW":              16,
		"EVENT_KIND_HYPR_MOVEWINDOW":               17,
		"EVENT_KIND_HYPR_OPENLAYER":                18,
		"EVENT_KIND_HYPR_CLOSELAYER":               19,
		"EVENT_KIND_HYPR_SUBMAP":                   20,
		"EVENT_KIND_HYPR_CHANGEFLOATINGMODE":       21,
		"EVENT_KIND_HYPR_URGENT":                   22,
		"EVENT_KIND_HYPR_MINIMIZE":                 23,
		"EVENT_KIND_HYPR_SCREENCAST":               24,
		"EVENT_KIND_HYPR_WINDOWTITLE":              25,
		"EVENT_KIND_HYPR_IGNOREGROUPLOCK":          26,
		"EVENT_KIND_HYPR_EVENTLOCKGROUPS":          27,
		"EVENT_KIND_DBUS_REGISTERSTATUSNOTIFIER":   28,
		"EVENT_KIND_DBUS_UNREGISTERSTATUSNOTIFIER": 29,
		"EVENT_KIND_DBUS_UPDATETITLE":              30,
		"EVENT_KIND_DBUS_UPDATETOOLTIP":            31,
		"EVENT_KIND_DBUS_UPDATEICON":               32,
		"EVENT_KIND_DBUS_UPDATEMENU":               33,
		"EVENT_KIND_DBUS_UPDATESTATUS":             34,
		"EVENT_KIND_DBUS_NOTIFICATION":             35,
		"EVENT_KIND_DBUS_CLOSENOTIFICATION":        36,
		"EVENT_KIND_DBUS_BRIGHTNESS_CHANGE":        37,
		"EVENT_KIND_DBUS_BRIGHTNESS_ADJUST":        38,
		"EVENT_KIND_AUDIO_SINK_NEW":                39,
		"EVENT_KIND_AUDIO_SINK_CHANGE":             40,
		"EVENT_KIND_AUDIO_SINK_REMOVE":             41,
		"EVENT_KIND_AUDIO_SOURCE_NEW":              42,
		"EVENT_KIND_AUDIO_SOURCE_CHANGE":           43,
		"EVENT_KIND_AUDIO_SOURCE_REMOVE":           44,
		"EVENT_KIND_AUDIO_CARD_NEW":                45,
		"EVENT_KIND_AUDIO_CARD_CHANGE":             46,
		"EVENT_KIND_AUDIO_CARD_REMOVE":             47,
		"EVENT_KIND_AUDIO_SINK_VOLUME_ADJUST":      48,
		"EVENT_KIND_AUDIO_SINK_MUTE_TOGGLE":        49,
		"EVENT_KIND_AUDIO_SOURCE_VOLUME_ADJUST":    50,
		"EVENT_KIND_AUDIO_SOURCE_MUTE_TOGGLE":      51,
		"EVENT_KIND_HUD_NOTIFY":                    52,
		"EVENT_KIND_DBUS_POWER_CHANGE":             53,
		"EVENT_KIND_HYPR_MOVEWORKSPACEV2":          54,
		"EVENT_KIND_HYPR_MOVEWINDOWV2":             55,
		"EVENT_KIND_HYPR_CREATEWORKSPACEV2":        56,
		"EVENT_KIND_HYPR_DESTROYWORKSPACEV2":       57,
		"EVENT_KIND_HYPR_WORKSPACEV2":              58,
		"EVENT_KIND_EXEC":                          59,
	}
)

Enum value maps for EventKind.

View Source
var ErrTypeMismatch = errors.New(`requested type did not match data type`)

ErrTypeMismatch is returned when operating on incompatible protobuf message type.

View Source
var File_hyprpanel_event_v1_event_proto protoreflect.FileDescriptor

Functions

func DataInt32

func DataInt32(a *anypb.Any) (int32, error)

DataInt32 convenience function for extracting a value from an int32 anypb field.

func DataInt64

func DataInt64(a *anypb.Any) (int64, error)

DataInt64 convenience function for extracting a value from an int64 anypb field.

func DataString

func DataString(a *anypb.Any) (string, error)

DataString convenience function for extracting a value from a string anypb field.

func DataUInt32

func DataUInt32(a *anypb.Any) (uint32, error)

DataUInt32 convenience function for extracting a value from a uint32 anypb field.

Types

type AudioSinkChangeValue

type AudioSinkChangeValue struct {
	Id         string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Volume     int32   `protobuf:"varint,3,opt,name=volume,proto3" json:"volume,omitempty"`
	Percent    float64 `protobuf:"fixed64,4,opt,name=percent,proto3" json:"percent,omitempty"`
	PercentMax float64 `protobuf:"fixed64,5,opt,name=percent_max,json=percentMax,proto3" json:"percent_max,omitempty"`
	Mute       bool    `protobuf:"varint,6,opt,name=mute,proto3" json:"mute,omitempty"`
	Default    bool    `protobuf:"varint,7,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSinkChangeValue) Descriptor deprecated

func (*AudioSinkChangeValue) Descriptor() ([]byte, []int)

Deprecated: Use AudioSinkChangeValue.ProtoReflect.Descriptor instead.

func (*AudioSinkChangeValue) GetDefault

func (x *AudioSinkChangeValue) GetDefault() bool

func (*AudioSinkChangeValue) GetId

func (x *AudioSinkChangeValue) GetId() string

func (*AudioSinkChangeValue) GetMute

func (x *AudioSinkChangeValue) GetMute() bool

func (*AudioSinkChangeValue) GetName

func (x *AudioSinkChangeValue) GetName() string

func (*AudioSinkChangeValue) GetPercent

func (x *AudioSinkChangeValue) GetPercent() float64

func (*AudioSinkChangeValue) GetPercentMax

func (x *AudioSinkChangeValue) GetPercentMax() float64

func (*AudioSinkChangeValue) GetVolume

func (x *AudioSinkChangeValue) GetVolume() int32

func (*AudioSinkChangeValue) ProtoMessage

func (*AudioSinkChangeValue) ProtoMessage()

func (*AudioSinkChangeValue) ProtoReflect

func (x *AudioSinkChangeValue) ProtoReflect() protoreflect.Message

func (*AudioSinkChangeValue) Reset

func (x *AudioSinkChangeValue) Reset()

func (*AudioSinkChangeValue) String

func (x *AudioSinkChangeValue) String() string

type AudioSinkMuteToggle

type AudioSinkMuteToggle struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSinkMuteToggle) Descriptor deprecated

func (*AudioSinkMuteToggle) Descriptor() ([]byte, []int)

Deprecated: Use AudioSinkMuteToggle.ProtoReflect.Descriptor instead.

func (*AudioSinkMuteToggle) GetId

func (x *AudioSinkMuteToggle) GetId() string

func (*AudioSinkMuteToggle) ProtoMessage

func (*AudioSinkMuteToggle) ProtoMessage()

func (*AudioSinkMuteToggle) ProtoReflect

func (x *AudioSinkMuteToggle) ProtoReflect() protoreflect.Message

func (*AudioSinkMuteToggle) Reset

func (x *AudioSinkMuteToggle) Reset()

func (*AudioSinkMuteToggle) String

func (x *AudioSinkMuteToggle) String() string

type AudioSinkVolumeAdjust

type AudioSinkVolumeAdjust struct {
	Id        string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Direction Direction `protobuf:"varint,2,opt,name=direction,proto3,enum=hyprpanel.event.v1.Direction" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSinkVolumeAdjust) Descriptor deprecated

func (*AudioSinkVolumeAdjust) Descriptor() ([]byte, []int)

Deprecated: Use AudioSinkVolumeAdjust.ProtoReflect.Descriptor instead.

func (*AudioSinkVolumeAdjust) GetDirection

func (x *AudioSinkVolumeAdjust) GetDirection() Direction

func (*AudioSinkVolumeAdjust) GetId

func (x *AudioSinkVolumeAdjust) GetId() string

func (*AudioSinkVolumeAdjust) ProtoMessage

func (*AudioSinkVolumeAdjust) ProtoMessage()

func (*AudioSinkVolumeAdjust) ProtoReflect

func (x *AudioSinkVolumeAdjust) ProtoReflect() protoreflect.Message

func (*AudioSinkVolumeAdjust) Reset

func (x *AudioSinkVolumeAdjust) Reset()

func (*AudioSinkVolumeAdjust) String

func (x *AudioSinkVolumeAdjust) String() string

type AudioSourceChangeValue

type AudioSourceChangeValue struct {
	Id         string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Volume     int32   `protobuf:"varint,3,opt,name=volume,proto3" json:"volume,omitempty"`
	Percent    float64 `protobuf:"fixed64,4,opt,name=percent,proto3" json:"percent,omitempty"`
	PercentMax float64 `protobuf:"fixed64,5,opt,name=percent_max,json=percentMax,proto3" json:"percent_max,omitempty"`
	Mute       bool    `protobuf:"varint,6,opt,name=mute,proto3" json:"mute,omitempty"`
	Default    bool    `protobuf:"varint,7,opt,name=default,proto3" json:"default,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSourceChangeValue) Descriptor deprecated

func (*AudioSourceChangeValue) Descriptor() ([]byte, []int)

Deprecated: Use AudioSourceChangeValue.ProtoReflect.Descriptor instead.

func (*AudioSourceChangeValue) GetDefault

func (x *AudioSourceChangeValue) GetDefault() bool

func (*AudioSourceChangeValue) GetId

func (x *AudioSourceChangeValue) GetId() string

func (*AudioSourceChangeValue) GetMute

func (x *AudioSourceChangeValue) GetMute() bool

func (*AudioSourceChangeValue) GetName

func (x *AudioSourceChangeValue) GetName() string

func (*AudioSourceChangeValue) GetPercent

func (x *AudioSourceChangeValue) GetPercent() float64

func (*AudioSourceChangeValue) GetPercentMax

func (x *AudioSourceChangeValue) GetPercentMax() float64

func (*AudioSourceChangeValue) GetVolume

func (x *AudioSourceChangeValue) GetVolume() int32

func (*AudioSourceChangeValue) ProtoMessage

func (*AudioSourceChangeValue) ProtoMessage()

func (*AudioSourceChangeValue) ProtoReflect

func (x *AudioSourceChangeValue) ProtoReflect() protoreflect.Message

func (*AudioSourceChangeValue) Reset

func (x *AudioSourceChangeValue) Reset()

func (*AudioSourceChangeValue) String

func (x *AudioSourceChangeValue) String() string

type AudioSourceMuteToggle

type AudioSourceMuteToggle struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSourceMuteToggle) Descriptor deprecated

func (*AudioSourceMuteToggle) Descriptor() ([]byte, []int)

Deprecated: Use AudioSourceMuteToggle.ProtoReflect.Descriptor instead.

func (*AudioSourceMuteToggle) GetId

func (x *AudioSourceMuteToggle) GetId() string

func (*AudioSourceMuteToggle) ProtoMessage

func (*AudioSourceMuteToggle) ProtoMessage()

func (*AudioSourceMuteToggle) ProtoReflect

func (x *AudioSourceMuteToggle) ProtoReflect() protoreflect.Message

func (*AudioSourceMuteToggle) Reset

func (x *AudioSourceMuteToggle) Reset()

func (*AudioSourceMuteToggle) String

func (x *AudioSourceMuteToggle) String() string

type AudioSourceVolumeAdjust

type AudioSourceVolumeAdjust struct {
	Id        string    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Direction Direction `protobuf:"varint,2,opt,name=direction,proto3,enum=hyprpanel.event.v1.Direction" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*AudioSourceVolumeAdjust) Descriptor deprecated

func (*AudioSourceVolumeAdjust) Descriptor() ([]byte, []int)

Deprecated: Use AudioSourceVolumeAdjust.ProtoReflect.Descriptor instead.

func (*AudioSourceVolumeAdjust) GetDirection

func (x *AudioSourceVolumeAdjust) GetDirection() Direction

func (*AudioSourceVolumeAdjust) GetId

func (x *AudioSourceVolumeAdjust) GetId() string

func (*AudioSourceVolumeAdjust) ProtoMessage

func (*AudioSourceVolumeAdjust) ProtoMessage()

func (*AudioSourceVolumeAdjust) ProtoReflect

func (x *AudioSourceVolumeAdjust) ProtoReflect() protoreflect.Message

func (*AudioSourceVolumeAdjust) Reset

func (x *AudioSourceVolumeAdjust) Reset()

func (*AudioSourceVolumeAdjust) String

func (x *AudioSourceVolumeAdjust) String() string

type BrightnessAdjustValue

type BrightnessAdjustValue struct {
	DevName   string    `protobuf:"bytes,1,opt,name=dev_name,json=devName,proto3" json:"dev_name,omitempty"`
	Direction Direction `protobuf:"varint,2,opt,name=direction,proto3,enum=hyprpanel.event.v1.Direction" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*BrightnessAdjustValue) Descriptor deprecated

func (*BrightnessAdjustValue) Descriptor() ([]byte, []int)

Deprecated: Use BrightnessAdjustValue.ProtoReflect.Descriptor instead.

func (*BrightnessAdjustValue) GetDevName

func (x *BrightnessAdjustValue) GetDevName() string

func (*BrightnessAdjustValue) GetDirection

func (x *BrightnessAdjustValue) GetDirection() Direction

func (*BrightnessAdjustValue) ProtoMessage

func (*BrightnessAdjustValue) ProtoMessage()

func (*BrightnessAdjustValue) ProtoReflect

func (x *BrightnessAdjustValue) ProtoReflect() protoreflect.Message

func (*BrightnessAdjustValue) Reset

func (x *BrightnessAdjustValue) Reset()

func (*BrightnessAdjustValue) String

func (x *BrightnessAdjustValue) String() string

type BrightnessChangeValue

type BrightnessChangeValue struct {
	Id            string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name          string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Brightness    int32  `protobuf:"varint,3,opt,name=brightness,proto3" json:"brightness,omitempty"`
	BrightnessMax int32  `protobuf:"varint,4,opt,name=brightness_max,json=brightnessMax,proto3" json:"brightness_max,omitempty"`
	// contains filtered or unexported fields
}

func (*BrightnessChangeValue) Descriptor deprecated

func (*BrightnessChangeValue) Descriptor() ([]byte, []int)

Deprecated: Use BrightnessChangeValue.ProtoReflect.Descriptor instead.

func (*BrightnessChangeValue) GetBrightness

func (x *BrightnessChangeValue) GetBrightness() int32

func (*BrightnessChangeValue) GetBrightnessMax

func (x *BrightnessChangeValue) GetBrightnessMax() int32

func (*BrightnessChangeValue) GetId

func (x *BrightnessChangeValue) GetId() string

func (*BrightnessChangeValue) GetName

func (x *BrightnessChangeValue) GetName() string

func (*BrightnessChangeValue) ProtoMessage

func (*BrightnessChangeValue) ProtoMessage()

func (*BrightnessChangeValue) ProtoReflect

func (x *BrightnessChangeValue) ProtoReflect() protoreflect.Message

func (*BrightnessChangeValue) Reset

func (x *BrightnessChangeValue) Reset()

func (*BrightnessChangeValue) String

func (x *BrightnessChangeValue) String() string

type Direction

type Direction int32
const (
	Direction_DIRECTION_UNSPECIFIED Direction = 0
	Direction_DIRECTION_UP          Direction = 1
	Direction_DIRECTION_DOWN        Direction = 2
)

func (Direction) Descriptor

func (Direction) Descriptor() protoreflect.EnumDescriptor

func (Direction) Enum

func (x Direction) Enum() *Direction

func (Direction) EnumDescriptor deprecated

func (Direction) EnumDescriptor() ([]byte, []int)

Deprecated: Use Direction.Descriptor instead.

func (Direction) Number

func (x Direction) Number() protoreflect.EnumNumber

func (Direction) String

func (x Direction) String() string

func (Direction) Type

type Event

type Event struct {
	Kind EventKind  `protobuf:"varint,1,opt,name=kind,proto3,enum=hyprpanel.event.v1.EventKind" json:"kind,omitempty"`
	Data *anypb.Any `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func NewInt32

func NewInt32(kind EventKind, value string) (*Event, error)

NewInt32 convenience function for instantiating an event with an int32 data attribute.

func NewString

func NewString(kind EventKind, value string) (*Event, error)

NewString convenience function for instantiating an event with a string data attribute.

func NewUInt32

func NewUInt32(kind EventKind, value string) (*Event, error)

NewUInt32 convenience function for instantiating an event with a uint32 data attribute.

func (*Event) Descriptor deprecated

func (*Event) Descriptor() ([]byte, []int)

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetData

func (x *Event) GetData() *anypb.Any

func (*Event) GetKind

func (x *Event) GetKind() EventKind

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

func (x *Event) ProtoReflect() protoreflect.Message

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

type EventKind

type EventKind int32
const (
	EventKind_EVENT_KIND_UNSPECIFIED                   EventKind = 0
	EventKind_EVENT_KIND_HYPR_WORKSPACE                EventKind = 1
	EventKind_EVENT_KIND_HYPR_FOCUSEDMON               EventKind = 2
	EventKind_EVENT_KIND_HYPR_ACTIVEWINDOW             EventKind = 4
	EventKind_EVENT_KIND_HYPR_ACTIVEWINDOWV2           EventKind = 5
	EventKind_EVENT_KIND_HYPR_FULLSCREEN               EventKind = 6
	EventKind_EVENT_KIND_HYPR_MONITORREMOVED           EventKind = 7
	EventKind_EVENT_KIND_HYPR_MONITORADDED             EventKind = 8
	EventKind_EVENT_KIND_HYPR_CREATEWORKSPACE          EventKind = 9
	EventKind_EVENT_KIND_HYPR_DESTROYWORKSPACE         EventKind = 10
	EventKind_EVENT_KIND_HYPR_MOVEWORKSPACE            EventKind = 11
	EventKind_EVENT_KIND_HYPR_RENAMEWORKSPACE          EventKind = 12
	EventKind_EVENT_KIND_HYPR_ACTIVESPECIAL            EventKind = 13
	EventKind_EVENT_KIND_HYPR_ACTIVELAYOUT             EventKind = 14
	EventKind_EVENT_KIND_HYPR_OPENWINDOW               EventKind = 15
	EventKind_EVENT_KIND_HYPR_CLOSEWINDOW              EventKind = 16
	EventKind_EVENT_KIND_HYPR_MOVEWINDOW               EventKind = 17
	EventKind_EVENT_KIND_HYPR_OPENLAYER                EventKind = 18
	EventKind_EVENT_KIND_HYPR_CLOSELAYER               EventKind = 19
	EventKind_EVENT_KIND_HYPR_SUBMAP                   EventKind = 20
	EventKind_EVENT_KIND_HYPR_CHANGEFLOATINGMODE       EventKind = 21
	EventKind_EVENT_KIND_HYPR_URGENT                   EventKind = 22
	EventKind_EVENT_KIND_HYPR_MINIMIZE                 EventKind = 23
	EventKind_EVENT_KIND_HYPR_SCREENCAST               EventKind = 24
	EventKind_EVENT_KIND_HYPR_WINDOWTITLE              EventKind = 25
	EventKind_EVENT_KIND_HYPR_IGNOREGROUPLOCK          EventKind = 26
	EventKind_EVENT_KIND_HYPR_EVENTLOCKGROUPS          EventKind = 27
	EventKind_EVENT_KIND_DBUS_REGISTERSTATUSNOTIFIER   EventKind = 28
	EventKind_EVENT_KIND_DBUS_UNREGISTERSTATUSNOTIFIER EventKind = 29
	EventKind_EVENT_KIND_DBUS_UPDATETITLE              EventKind = 30
	EventKind_EVENT_KIND_DBUS_UPDATETOOLTIP            EventKind = 31
	EventKind_EVENT_KIND_DBUS_UPDATEICON               EventKind = 32
	EventKind_EVENT_KIND_DBUS_UPDATEMENU               EventKind = 33
	EventKind_EVENT_KIND_DBUS_UPDATESTATUS             EventKind = 34
	EventKind_EVENT_KIND_DBUS_NOTIFICATION             EventKind = 35
	EventKind_EVENT_KIND_DBUS_CLOSENOTIFICATION        EventKind = 36
	EventKind_EVENT_KIND_DBUS_BRIGHTNESS_CHANGE        EventKind = 37
	EventKind_EVENT_KIND_DBUS_BRIGHTNESS_ADJUST        EventKind = 38
	EventKind_EVENT_KIND_AUDIO_SINK_NEW                EventKind = 39
	EventKind_EVENT_KIND_AUDIO_SINK_CHANGE             EventKind = 40
	EventKind_EVENT_KIND_AUDIO_SINK_REMOVE             EventKind = 41
	EventKind_EVENT_KIND_AUDIO_SOURCE_NEW              EventKind = 42
	EventKind_EVENT_KIND_AUDIO_SOURCE_CHANGE           EventKind = 43
	EventKind_EVENT_KIND_AUDIO_SOURCE_REMOVE           EventKind = 44
	EventKind_EVENT_KIND_AUDIO_CARD_NEW                EventKind = 45
	EventKind_EVENT_KIND_AUDIO_CARD_CHANGE             EventKind = 46
	EventKind_EVENT_KIND_AUDIO_CARD_REMOVE             EventKind = 47
	EventKind_EVENT_KIND_AUDIO_SINK_VOLUME_ADJUST      EventKind = 48
	EventKind_EVENT_KIND_AUDIO_SINK_MUTE_TOGGLE        EventKind = 49
	EventKind_EVENT_KIND_AUDIO_SOURCE_VOLUME_ADJUST    EventKind = 50
	EventKind_EVENT_KIND_AUDIO_SOURCE_MUTE_TOGGLE      EventKind = 51
	EventKind_EVENT_KIND_HUD_NOTIFY                    EventKind = 52
	EventKind_EVENT_KIND_DBUS_POWER_CHANGE             EventKind = 53
	EventKind_EVENT_KIND_HYPR_MOVEWORKSPACEV2          EventKind = 54
	EventKind_EVENT_KIND_HYPR_MOVEWINDOWV2             EventKind = 55
	EventKind_EVENT_KIND_HYPR_CREATEWORKSPACEV2        EventKind = 56
	EventKind_EVENT_KIND_HYPR_DESTROYWORKSPACEV2       EventKind = 57
	EventKind_EVENT_KIND_HYPR_WORKSPACEV2              EventKind = 58
	EventKind_EVENT_KIND_EXEC                          EventKind = 59
)

func (EventKind) Descriptor

func (EventKind) Descriptor() protoreflect.EnumDescriptor

func (EventKind) Enum

func (x EventKind) Enum() *EventKind

func (EventKind) EnumDescriptor deprecated

func (EventKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventKind.Descriptor instead.

func (EventKind) Number

func (x EventKind) Number() protoreflect.EnumNumber

func (EventKind) String

func (x EventKind) String() string

func (EventKind) Type

type HudNotificationValue

type HudNotificationValue struct {
	Id           string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Icon         string  `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"`
	IconSymbolic bool    `protobuf:"varint,3,opt,name=icon_symbolic,json=iconSymbolic,proto3" json:"icon_symbolic,omitempty"`
	Title        string  `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Body         string  `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"`
	Percent      float64 `protobuf:"fixed64,6,opt,name=percent,proto3" json:"percent,omitempty"`
	PercentMax   float64 `protobuf:"fixed64,7,opt,name=percent_max,json=percentMax,proto3" json:"percent_max,omitempty"`
	// contains filtered or unexported fields
}

func (*HudNotificationValue) Descriptor deprecated

func (*HudNotificationValue) Descriptor() ([]byte, []int)

Deprecated: Use HudNotificationValue.ProtoReflect.Descriptor instead.

func (*HudNotificationValue) GetBody

func (x *HudNotificationValue) GetBody() string

func (*HudNotificationValue) GetIcon

func (x *HudNotificationValue) GetIcon() string

func (*HudNotificationValue) GetIconSymbolic

func (x *HudNotificationValue) GetIconSymbolic() bool

func (*HudNotificationValue) GetId

func (x *HudNotificationValue) GetId() string

func (*HudNotificationValue) GetPercent

func (x *HudNotificationValue) GetPercent() float64

func (*HudNotificationValue) GetPercentMax

func (x *HudNotificationValue) GetPercentMax() float64

func (*HudNotificationValue) GetTitle

func (x *HudNotificationValue) GetTitle() string

func (*HudNotificationValue) ProtoMessage

func (*HudNotificationValue) ProtoMessage()

func (*HudNotificationValue) ProtoReflect

func (x *HudNotificationValue) ProtoReflect() protoreflect.Message

func (*HudNotificationValue) Reset

func (x *HudNotificationValue) Reset()

func (*HudNotificationValue) String

func (x *HudNotificationValue) String() string

type HyprActiveWindowValue

type HyprActiveWindowValue struct {
	Class string `protobuf:"bytes,1,opt,name=class,proto3" json:"class,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprActiveWindowValue) Descriptor deprecated

func (*HyprActiveWindowValue) Descriptor() ([]byte, []int)

Deprecated: Use HyprActiveWindowValue.ProtoReflect.Descriptor instead.

func (*HyprActiveWindowValue) GetClass

func (x *HyprActiveWindowValue) GetClass() string

func (*HyprActiveWindowValue) GetTitle

func (x *HyprActiveWindowValue) GetTitle() string

func (*HyprActiveWindowValue) ProtoMessage

func (*HyprActiveWindowValue) ProtoMessage()

func (*HyprActiveWindowValue) ProtoReflect

func (x *HyprActiveWindowValue) ProtoReflect() protoreflect.Message

func (*HyprActiveWindowValue) Reset

func (x *HyprActiveWindowValue) Reset()

func (*HyprActiveWindowValue) String

func (x *HyprActiveWindowValue) String() string

type HyprCreateWorkspaceV2Value added in v0.1.0

type HyprCreateWorkspaceV2Value struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprCreateWorkspaceV2Value) Descriptor deprecated added in v0.1.0

func (*HyprCreateWorkspaceV2Value) Descriptor() ([]byte, []int)

Deprecated: Use HyprCreateWorkspaceV2Value.ProtoReflect.Descriptor instead.

func (*HyprCreateWorkspaceV2Value) GetId added in v0.1.0

func (x *HyprCreateWorkspaceV2Value) GetId() int32

func (*HyprCreateWorkspaceV2Value) GetName added in v0.1.0

func (x *HyprCreateWorkspaceV2Value) GetName() string

func (*HyprCreateWorkspaceV2Value) ProtoMessage added in v0.1.0

func (*HyprCreateWorkspaceV2Value) ProtoMessage()

func (*HyprCreateWorkspaceV2Value) ProtoReflect added in v0.1.0

func (*HyprCreateWorkspaceV2Value) Reset added in v0.1.0

func (x *HyprCreateWorkspaceV2Value) Reset()

func (*HyprCreateWorkspaceV2Value) String added in v0.1.0

func (x *HyprCreateWorkspaceV2Value) String() string

type HyprDestroyWorkspaceV2Value added in v0.1.0

type HyprDestroyWorkspaceV2Value struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprDestroyWorkspaceV2Value) Descriptor deprecated added in v0.1.0

func (*HyprDestroyWorkspaceV2Value) Descriptor() ([]byte, []int)

Deprecated: Use HyprDestroyWorkspaceV2Value.ProtoReflect.Descriptor instead.

func (*HyprDestroyWorkspaceV2Value) GetId added in v0.1.0

func (*HyprDestroyWorkspaceV2Value) GetName added in v0.1.0

func (x *HyprDestroyWorkspaceV2Value) GetName() string

func (*HyprDestroyWorkspaceV2Value) ProtoMessage added in v0.1.0

func (*HyprDestroyWorkspaceV2Value) ProtoMessage()

func (*HyprDestroyWorkspaceV2Value) ProtoReflect added in v0.1.0

func (*HyprDestroyWorkspaceV2Value) Reset added in v0.1.0

func (x *HyprDestroyWorkspaceV2Value) Reset()

func (*HyprDestroyWorkspaceV2Value) String added in v0.1.0

func (x *HyprDestroyWorkspaceV2Value) String() string

type HyprMoveWindowV2Value added in v0.1.0

type HyprMoveWindowV2Value struct {
	Address       string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	WorkspaceId   int32  `protobuf:"varint,2,opt,name=workspace_id,json=workspaceId,proto3" json:"workspace_id,omitempty"`
	WorkspaceName string `protobuf:"bytes,3,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprMoveWindowV2Value) Descriptor deprecated added in v0.1.0

func (*HyprMoveWindowV2Value) Descriptor() ([]byte, []int)

Deprecated: Use HyprMoveWindowV2Value.ProtoReflect.Descriptor instead.

func (*HyprMoveWindowV2Value) GetAddress added in v0.1.0

func (x *HyprMoveWindowV2Value) GetAddress() string

func (*HyprMoveWindowV2Value) GetWorkspaceId added in v0.1.0

func (x *HyprMoveWindowV2Value) GetWorkspaceId() int32

func (*HyprMoveWindowV2Value) GetWorkspaceName added in v0.1.0

func (x *HyprMoveWindowV2Value) GetWorkspaceName() string

func (*HyprMoveWindowV2Value) ProtoMessage added in v0.1.0

func (*HyprMoveWindowV2Value) ProtoMessage()

func (*HyprMoveWindowV2Value) ProtoReflect added in v0.1.0

func (x *HyprMoveWindowV2Value) ProtoReflect() protoreflect.Message

func (*HyprMoveWindowV2Value) Reset added in v0.1.0

func (x *HyprMoveWindowV2Value) Reset()

func (*HyprMoveWindowV2Value) String added in v0.1.0

func (x *HyprMoveWindowV2Value) String() string

type HyprMoveWindowValue added in v0.1.0

type HyprMoveWindowValue struct {
	Address       string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	WorkspaceName string `protobuf:"bytes,2,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprMoveWindowValue) Descriptor deprecated added in v0.1.0

func (*HyprMoveWindowValue) Descriptor() ([]byte, []int)

Deprecated: Use HyprMoveWindowValue.ProtoReflect.Descriptor instead.

func (*HyprMoveWindowValue) GetAddress added in v0.1.0

func (x *HyprMoveWindowValue) GetAddress() string

func (*HyprMoveWindowValue) GetWorkspaceName added in v0.1.0

func (x *HyprMoveWindowValue) GetWorkspaceName() string

func (*HyprMoveWindowValue) ProtoMessage added in v0.1.0

func (*HyprMoveWindowValue) ProtoMessage()

func (*HyprMoveWindowValue) ProtoReflect added in v0.1.0

func (x *HyprMoveWindowValue) ProtoReflect() protoreflect.Message

func (*HyprMoveWindowValue) Reset added in v0.1.0

func (x *HyprMoveWindowValue) Reset()

func (*HyprMoveWindowValue) String added in v0.1.0

func (x *HyprMoveWindowValue) String() string

type HyprMoveWorkspaceV2Value added in v0.1.0

type HyprMoveWorkspaceV2Value struct {
	Id      int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Monitor string `protobuf:"bytes,3,opt,name=monitor,proto3" json:"monitor,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprMoveWorkspaceV2Value) Descriptor deprecated added in v0.1.0

func (*HyprMoveWorkspaceV2Value) Descriptor() ([]byte, []int)

Deprecated: Use HyprMoveWorkspaceV2Value.ProtoReflect.Descriptor instead.

func (*HyprMoveWorkspaceV2Value) GetId added in v0.1.0

func (x *HyprMoveWorkspaceV2Value) GetId() int32

func (*HyprMoveWorkspaceV2Value) GetMonitor added in v0.1.0

func (x *HyprMoveWorkspaceV2Value) GetMonitor() string

func (*HyprMoveWorkspaceV2Value) GetName added in v0.1.0

func (x *HyprMoveWorkspaceV2Value) GetName() string

func (*HyprMoveWorkspaceV2Value) ProtoMessage added in v0.1.0

func (*HyprMoveWorkspaceV2Value) ProtoMessage()

func (*HyprMoveWorkspaceV2Value) ProtoReflect added in v0.1.0

func (x *HyprMoveWorkspaceV2Value) ProtoReflect() protoreflect.Message

func (*HyprMoveWorkspaceV2Value) Reset added in v0.1.0

func (x *HyprMoveWorkspaceV2Value) Reset()

func (*HyprMoveWorkspaceV2Value) String added in v0.1.0

func (x *HyprMoveWorkspaceV2Value) String() string

type HyprMoveWorkspaceValue added in v0.1.0

type HyprMoveWorkspaceValue struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Monitor string `protobuf:"bytes,2,opt,name=monitor,proto3" json:"monitor,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprMoveWorkspaceValue) Descriptor deprecated added in v0.1.0

func (*HyprMoveWorkspaceValue) Descriptor() ([]byte, []int)

Deprecated: Use HyprMoveWorkspaceValue.ProtoReflect.Descriptor instead.

func (*HyprMoveWorkspaceValue) GetMonitor added in v0.1.0

func (x *HyprMoveWorkspaceValue) GetMonitor() string

func (*HyprMoveWorkspaceValue) GetName added in v0.1.0

func (x *HyprMoveWorkspaceValue) GetName() string

func (*HyprMoveWorkspaceValue) ProtoMessage added in v0.1.0

func (*HyprMoveWorkspaceValue) ProtoMessage()

func (*HyprMoveWorkspaceValue) ProtoReflect added in v0.1.0

func (x *HyprMoveWorkspaceValue) ProtoReflect() protoreflect.Message

func (*HyprMoveWorkspaceValue) Reset added in v0.1.0

func (x *HyprMoveWorkspaceValue) Reset()

func (*HyprMoveWorkspaceValue) String added in v0.1.0

func (x *HyprMoveWorkspaceValue) String() string

type HyprOpenWindowValue

type HyprOpenWindowValue struct {
	Address       string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	WorkspaceName string `protobuf:"bytes,2,opt,name=workspace_name,json=workspaceName,proto3" json:"workspace_name,omitempty"`
	Class         string `protobuf:"bytes,3,opt,name=class,proto3" json:"class,omitempty"`
	Title         string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprOpenWindowValue) Descriptor deprecated

func (*HyprOpenWindowValue) Descriptor() ([]byte, []int)

Deprecated: Use HyprOpenWindowValue.ProtoReflect.Descriptor instead.

func (*HyprOpenWindowValue) GetAddress

func (x *HyprOpenWindowValue) GetAddress() string

func (*HyprOpenWindowValue) GetClass

func (x *HyprOpenWindowValue) GetClass() string

func (*HyprOpenWindowValue) GetTitle

func (x *HyprOpenWindowValue) GetTitle() string

func (*HyprOpenWindowValue) GetWorkspaceName

func (x *HyprOpenWindowValue) GetWorkspaceName() string

func (*HyprOpenWindowValue) ProtoMessage

func (*HyprOpenWindowValue) ProtoMessage()

func (*HyprOpenWindowValue) ProtoReflect

func (x *HyprOpenWindowValue) ProtoReflect() protoreflect.Message

func (*HyprOpenWindowValue) Reset

func (x *HyprOpenWindowValue) Reset()

func (*HyprOpenWindowValue) String

func (x *HyprOpenWindowValue) String() string

type HyprRenameWorkspaceValue

type HyprRenameWorkspaceValue struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprRenameWorkspaceValue) Descriptor deprecated

func (*HyprRenameWorkspaceValue) Descriptor() ([]byte, []int)

Deprecated: Use HyprRenameWorkspaceValue.ProtoReflect.Descriptor instead.

func (*HyprRenameWorkspaceValue) GetId

func (x *HyprRenameWorkspaceValue) GetId() int32

func (*HyprRenameWorkspaceValue) GetName

func (x *HyprRenameWorkspaceValue) GetName() string

func (*HyprRenameWorkspaceValue) ProtoMessage

func (*HyprRenameWorkspaceValue) ProtoMessage()

func (*HyprRenameWorkspaceValue) ProtoReflect

func (x *HyprRenameWorkspaceValue) ProtoReflect() protoreflect.Message

func (*HyprRenameWorkspaceValue) Reset

func (x *HyprRenameWorkspaceValue) Reset()

func (*HyprRenameWorkspaceValue) String

func (x *HyprRenameWorkspaceValue) String() string

type HyprWorkspaceV2Value added in v0.1.0

type HyprWorkspaceV2Value struct {
	Id   int32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*HyprWorkspaceV2Value) Descriptor deprecated added in v0.1.0

func (*HyprWorkspaceV2Value) Descriptor() ([]byte, []int)

Deprecated: Use HyprWorkspaceV2Value.ProtoReflect.Descriptor instead.

func (*HyprWorkspaceV2Value) GetId added in v0.1.0

func (x *HyprWorkspaceV2Value) GetId() int32

func (*HyprWorkspaceV2Value) GetName added in v0.1.0

func (x *HyprWorkspaceV2Value) GetName() string

func (*HyprWorkspaceV2Value) ProtoMessage added in v0.1.0

func (*HyprWorkspaceV2Value) ProtoMessage()

func (*HyprWorkspaceV2Value) ProtoReflect added in v0.1.0

func (x *HyprWorkspaceV2Value) ProtoReflect() protoreflect.Message

func (*HyprWorkspaceV2Value) Reset added in v0.1.0

func (x *HyprWorkspaceV2Value) Reset()

func (*HyprWorkspaceV2Value) String added in v0.1.0

func (x *HyprWorkspaceV2Value) String() string

type NotificationValue

type NotificationValue struct {
	Id         uint32                      `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	AppName    string                      `protobuf:"bytes,2,opt,name=app_name,json=appName,proto3" json:"app_name,omitempty"`
	ReplacesId uint32                      `protobuf:"varint,3,opt,name=replaces_id,json=replacesId,proto3" json:"replaces_id,omitempty"`
	AppIcon    string                      `protobuf:"bytes,4,opt,name=app_icon,json=appIcon,proto3" json:"app_icon,omitempty"`
	Summary    string                      `protobuf:"bytes,5,opt,name=summary,proto3" json:"summary,omitempty"`
	Body       string                      `protobuf:"bytes,6,opt,name=body,proto3" json:"body,omitempty"`
	Actions    []*NotificationValue_Action `protobuf:"bytes,7,rep,name=actions,proto3" json:"actions,omitempty"`
	Hints      []*NotificationValue_Hint   `protobuf:"bytes,8,rep,name=hints,proto3" json:"hints,omitempty"`
	Timeout    *durationpb.Duration        `protobuf:"bytes,9,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationValue) Descriptor deprecated

func (*NotificationValue) Descriptor() ([]byte, []int)

Deprecated: Use NotificationValue.ProtoReflect.Descriptor instead.

func (*NotificationValue) GetActions

func (x *NotificationValue) GetActions() []*NotificationValue_Action

func (*NotificationValue) GetAppIcon

func (x *NotificationValue) GetAppIcon() string

func (*NotificationValue) GetAppName

func (x *NotificationValue) GetAppName() string

func (*NotificationValue) GetBody

func (x *NotificationValue) GetBody() string

func (*NotificationValue) GetHints

func (x *NotificationValue) GetHints() []*NotificationValue_Hint

func (*NotificationValue) GetId

func (x *NotificationValue) GetId() uint32

func (*NotificationValue) GetReplacesId

func (x *NotificationValue) GetReplacesId() uint32

func (*NotificationValue) GetSummary

func (x *NotificationValue) GetSummary() string

func (*NotificationValue) GetTimeout

func (x *NotificationValue) GetTimeout() *durationpb.Duration

func (*NotificationValue) ProtoMessage

func (*NotificationValue) ProtoMessage()

func (*NotificationValue) ProtoReflect

func (x *NotificationValue) ProtoReflect() protoreflect.Message

func (*NotificationValue) Reset

func (x *NotificationValue) Reset()

func (*NotificationValue) String

func (x *NotificationValue) String() string

type NotificationValue_Action

type NotificationValue_Action struct {
	Key   string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationValue_Action) Descriptor deprecated

func (*NotificationValue_Action) Descriptor() ([]byte, []int)

Deprecated: Use NotificationValue_Action.ProtoReflect.Descriptor instead.

func (*NotificationValue_Action) GetKey

func (x *NotificationValue_Action) GetKey() string

func (*NotificationValue_Action) GetValue

func (x *NotificationValue_Action) GetValue() string

func (*NotificationValue_Action) ProtoMessage

func (*NotificationValue_Action) ProtoMessage()

func (*NotificationValue_Action) ProtoReflect

func (x *NotificationValue_Action) ProtoReflect() protoreflect.Message

func (*NotificationValue_Action) Reset

func (x *NotificationValue_Action) Reset()

func (*NotificationValue_Action) String

func (x *NotificationValue_Action) String() string

type NotificationValue_Hint

type NotificationValue_Hint struct {
	Key   string     `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Value *anypb.Any `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NotificationValue_Hint) Descriptor deprecated

func (*NotificationValue_Hint) Descriptor() ([]byte, []int)

Deprecated: Use NotificationValue_Hint.ProtoReflect.Descriptor instead.

func (*NotificationValue_Hint) GetKey

func (x *NotificationValue_Hint) GetKey() string

func (*NotificationValue_Hint) GetValue

func (x *NotificationValue_Hint) GetValue() *anypb.Any

func (*NotificationValue_Hint) ProtoMessage

func (*NotificationValue_Hint) ProtoMessage()

func (*NotificationValue_Hint) ProtoReflect

func (x *NotificationValue_Hint) ProtoReflect() protoreflect.Message

func (*NotificationValue_Hint) Reset

func (x *NotificationValue_Hint) Reset()

func (*NotificationValue_Hint) String

func (x *NotificationValue_Hint) String() string

type NotificationValue_Pixmap

type NotificationValue_Pixmap struct {
	Width         int32  `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`                                        // Width of image in pixels
	Height        int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`                                      // Height of image in pixels
	RowStride     int32  `protobuf:"varint,3,opt,name=row_stride,json=rowStride,proto3" json:"row_stride,omitempty"`               // Distance in bytes between row starts
	HasAlpha      bool   `protobuf:"varint,4,opt,name=has_alpha,json=hasAlpha,proto3" json:"has_alpha,omitempty"`                  // Whether the image has an alpha channel
	BitsPerSample int32  `protobuf:"varint,5,opt,name=bits_per_sample,json=bitsPerSample,proto3" json:"bits_per_sample,omitempty"` // Must always be 8
	Channels      int32  `protobuf:"varint,6,opt,name=channels,proto3" json:"channels,omitempty"`                                  // If has_alpha is TRUE, must be 4, otherwise 3
	Data          []byte `protobuf:"bytes,7,opt,name=data,proto3" json:"data,omitempty"`                                           // The image data, in RGB byte order
	// contains filtered or unexported fields
}

func (*NotificationValue_Pixmap) Descriptor deprecated

func (*NotificationValue_Pixmap) Descriptor() ([]byte, []int)

Deprecated: Use NotificationValue_Pixmap.ProtoReflect.Descriptor instead.

func (*NotificationValue_Pixmap) GetBitsPerSample

func (x *NotificationValue_Pixmap) GetBitsPerSample() int32

func (*NotificationValue_Pixmap) GetChannels

func (x *NotificationValue_Pixmap) GetChannels() int32

func (*NotificationValue_Pixmap) GetData

func (x *NotificationValue_Pixmap) GetData() []byte

func (*NotificationValue_Pixmap) GetHasAlpha

func (x *NotificationValue_Pixmap) GetHasAlpha() bool

func (*NotificationValue_Pixmap) GetHeight

func (x *NotificationValue_Pixmap) GetHeight() int32

func (*NotificationValue_Pixmap) GetRowStride

func (x *NotificationValue_Pixmap) GetRowStride() int32

func (*NotificationValue_Pixmap) GetWidth

func (x *NotificationValue_Pixmap) GetWidth() int32

func (*NotificationValue_Pixmap) ProtoMessage

func (*NotificationValue_Pixmap) ProtoMessage()

func (*NotificationValue_Pixmap) ProtoReflect

func (x *NotificationValue_Pixmap) ProtoReflect() protoreflect.Message

func (*NotificationValue_Pixmap) Reset

func (x *NotificationValue_Pixmap) Reset()

func (*NotificationValue_Pixmap) String

func (x *NotificationValue_Pixmap) String() string

type PowerChangeValue

type PowerChangeValue struct {
	Id          string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Vendor      string               `protobuf:"bytes,2,opt,name=vendor,proto3" json:"vendor,omitempty"`
	Model       string               `protobuf:"bytes,3,opt,name=model,proto3" json:"model,omitempty"`
	Type        PowerType            `protobuf:"varint,4,opt,name=type,proto3,enum=hyprpanel.event.v1.PowerType" json:"type,omitempty"`
	PowerSupply bool                 `protobuf:"varint,5,opt,name=power_supply,json=powerSupply,proto3" json:"power_supply,omitempty"`
	Online      bool                 `protobuf:"varint,6,opt,name=online,proto3" json:"online,omitempty"`
	TimeToEmpty *durationpb.Duration `protobuf:"bytes,7,opt,name=time_to_empty,json=timeToEmpty,proto3" json:"time_to_empty,omitempty"`
	TimeToFull  *durationpb.Duration `protobuf:"bytes,8,opt,name=time_to_full,json=timeToFull,proto3" json:"time_to_full,omitempty"`
	Percentage  uint32               `protobuf:"varint,9,opt,name=percentage,proto3" json:"percentage,omitempty"`
	State       PowerState           `protobuf:"varint,10,opt,name=state,proto3,enum=hyprpanel.event.v1.PowerState" json:"state,omitempty"`
	Icon        string               `protobuf:"bytes,11,opt,name=icon,proto3" json:"icon,omitempty"`
	Energy      float64              `protobuf:"fixed64,12,opt,name=energy,proto3" json:"energy,omitempty"`
	EnergyEmpty float64              `protobuf:"fixed64,13,opt,name=energy_empty,json=energyEmpty,proto3" json:"energy_empty,omitempty"`
	EnergyFull  float64              `protobuf:"fixed64,14,opt,name=energy_full,json=energyFull,proto3" json:"energy_full,omitempty"`
	// contains filtered or unexported fields
}

func (*PowerChangeValue) Descriptor deprecated

func (*PowerChangeValue) Descriptor() ([]byte, []int)

Deprecated: Use PowerChangeValue.ProtoReflect.Descriptor instead.

func (*PowerChangeValue) GetEnergy

func (x *PowerChangeValue) GetEnergy() float64

func (*PowerChangeValue) GetEnergyEmpty

func (x *PowerChangeValue) GetEnergyEmpty() float64

func (*PowerChangeValue) GetEnergyFull

func (x *PowerChangeValue) GetEnergyFull() float64

func (*PowerChangeValue) GetIcon

func (x *PowerChangeValue) GetIcon() string

func (*PowerChangeValue) GetId

func (x *PowerChangeValue) GetId() string

func (*PowerChangeValue) GetModel

func (x *PowerChangeValue) GetModel() string

func (*PowerChangeValue) GetOnline

func (x *PowerChangeValue) GetOnline() bool

func (*PowerChangeValue) GetPercentage

func (x *PowerChangeValue) GetPercentage() uint32

func (*PowerChangeValue) GetPowerSupply

func (x *PowerChangeValue) GetPowerSupply() bool

func (*PowerChangeValue) GetState

func (x *PowerChangeValue) GetState() PowerState

func (*PowerChangeValue) GetTimeToEmpty

func (x *PowerChangeValue) GetTimeToEmpty() *durationpb.Duration

func (*PowerChangeValue) GetTimeToFull

func (x *PowerChangeValue) GetTimeToFull() *durationpb.Duration

func (*PowerChangeValue) GetType

func (x *PowerChangeValue) GetType() PowerType

func (*PowerChangeValue) GetVendor

func (x *PowerChangeValue) GetVendor() string

func (*PowerChangeValue) ProtoMessage

func (*PowerChangeValue) ProtoMessage()

func (*PowerChangeValue) ProtoReflect

func (x *PowerChangeValue) ProtoReflect() protoreflect.Message

func (*PowerChangeValue) Reset

func (x *PowerChangeValue) Reset()

func (*PowerChangeValue) String

func (x *PowerChangeValue) String() string

type PowerState

type PowerState int32
const (
	PowerState_POWER_STATE_UNSPECIFIED       PowerState = 0
	PowerState_POWER_STATE_CHARGING          PowerState = 1
	PowerState_POWER_STATE_DISCHARGING       PowerState = 2
	PowerState_POWER_STATE_EMPTY             PowerState = 3
	PowerState_POWER_STATE_FULLY_CHARGED     PowerState = 4
	PowerState_POWER_STATE_PENDING_CHARGE    PowerState = 5
	PowerState_POWER_STATE_PENDING_DISCHARGE PowerState = 6
)

func (PowerState) Descriptor

func (PowerState) Descriptor() protoreflect.EnumDescriptor

func (PowerState) Enum

func (x PowerState) Enum() *PowerState

func (PowerState) EnumDescriptor deprecated

func (PowerState) EnumDescriptor() ([]byte, []int)

Deprecated: Use PowerState.Descriptor instead.

func (PowerState) Number

func (x PowerState) Number() protoreflect.EnumNumber

func (PowerState) String

func (x PowerState) String() string

func (PowerState) Type

type PowerType

type PowerType int32
const (
	PowerType_POWER_TYPE_UNSPECIFIED PowerType = 0
	PowerType_POWER_TYPE_LINE_POWER  PowerType = 1
	PowerType_POWER_TYPE_BATTERY     PowerType = 2
	PowerType_POWER_TYPE_UPS         PowerType = 3
	PowerType_POWER_TYPE_MONITOR     PowerType = 4
	PowerType_POWER_TYPE_MOUSE       PowerType = 5
	PowerType_POWER_TYPE_KEYBOARD    PowerType = 6
	PowerType_POWER_TYPE_PDA         PowerType = 7
	PowerType_POWER_TYPE_PHONE       PowerType = 8
)

func (PowerType) Descriptor

func (PowerType) Descriptor() protoreflect.EnumDescriptor

func (PowerType) Enum

func (x PowerType) Enum() *PowerType

func (PowerType) EnumDescriptor deprecated

func (PowerType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PowerType.Descriptor instead.

func (PowerType) Number

func (x PowerType) Number() protoreflect.EnumNumber

func (PowerType) String

func (x PowerType) String() string

func (PowerType) Type

type StatusNotifierValue

type StatusNotifierValue struct {
	BusName      string                       `protobuf:"bytes,1,opt,name=bus_name,json=busName,proto3" json:"bus_name,omitempty"`
	ObjectPath   string                       `protobuf:"bytes,2,opt,name=object_path,json=objectPath,proto3" json:"object_path,omitempty"`
	Id           string                       `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Title        string                       `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Status       v1.Systray_Status            `protobuf:"varint,5,opt,name=status,proto3,enum=hyprpanel.module.v1.Systray_Status" json:"status,omitempty"`
	Tooltip      *StatusNotifierValue_Tooltip `protobuf:"bytes,6,opt,name=tooltip,proto3" json:"tooltip,omitempty"`
	Icon         *StatusNotifierValue_Icon    `protobuf:"bytes,7,opt,name=icon,proto3" json:"icon,omitempty"`
	Menu         *StatusNotifierValue_Menu    `protobuf:"bytes,8,opt,name=menu,proto3" json:"menu,omitempty"`
	MenuRevision int32                        `protobuf:"varint,9,opt,name=menu_revision,json=menuRevision,proto3" json:"menu_revision,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusNotifierValue) Descriptor deprecated

func (*StatusNotifierValue) Descriptor() ([]byte, []int)

Deprecated: Use StatusNotifierValue.ProtoReflect.Descriptor instead.

func (*StatusNotifierValue) GetBusName

func (x *StatusNotifierValue) GetBusName() string

func (*StatusNotifierValue) GetIcon

func (*StatusNotifierValue) GetId

func (x *StatusNotifierValue) GetId() string

func (*StatusNotifierValue) GetMenu

func (*StatusNotifierValue) GetMenuRevision

func (x *StatusNotifierValue) GetMenuRevision() int32

func (*StatusNotifierValue) GetObjectPath

func (x *StatusNotifierValue) GetObjectPath() string

func (*StatusNotifierValue) GetStatus

func (x *StatusNotifierValue) GetStatus() v1.Systray_Status

func (*StatusNotifierValue) GetTitle

func (x *StatusNotifierValue) GetTitle() string

func (*StatusNotifierValue) GetTooltip

func (*StatusNotifierValue) ProtoMessage

func (*StatusNotifierValue) ProtoMessage()

func (*StatusNotifierValue) ProtoReflect

func (x *StatusNotifierValue) ProtoReflect() protoreflect.Message

func (*StatusNotifierValue) Reset

func (x *StatusNotifierValue) Reset()

func (*StatusNotifierValue) String

func (x *StatusNotifierValue) String() string

type StatusNotifierValue_Icon

type StatusNotifierValue_Icon struct {
	IconName      string                      `protobuf:"bytes,1,opt,name=icon_name,json=iconName,proto3" json:"icon_name,omitempty"`
	IconThemePath string                      `protobuf:"bytes,2,opt,name=icon_theme_path,json=iconThemePath,proto3" json:"icon_theme_path,omitempty"`
	IconPixmap    *StatusNotifierValue_Pixmap `protobuf:"bytes,3,opt,name=icon_pixmap,json=iconPixmap,proto3" json:"icon_pixmap,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusNotifierValue_Icon) Descriptor deprecated

func (*StatusNotifierValue_Icon) Descriptor() ([]byte, []int)

Deprecated: Use StatusNotifierValue_Icon.ProtoReflect.Descriptor instead.

func (*StatusNotifierValue_Icon) GetIconName

func (x *StatusNotifierValue_Icon) GetIconName() string

func (*StatusNotifierValue_Icon) GetIconPixmap

func (*StatusNotifierValue_Icon) GetIconThemePath

func (x *StatusNotifierValue_Icon) GetIconThemePath() string

func (*StatusNotifierValue_Icon) ProtoMessage

func (*StatusNotifierValue_Icon) ProtoMessage()

func (*StatusNotifierValue_Icon) ProtoReflect

func (x *StatusNotifierValue_Icon) ProtoReflect() protoreflect.Message

func (*StatusNotifierValue_Icon) Reset

func (x *StatusNotifierValue_Icon) Reset()

func (*StatusNotifierValue_Icon) String

func (x *StatusNotifierValue_Icon) String() string

type StatusNotifierValue_Menu

type StatusNotifierValue_Menu struct {
	Id         int32                                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Properties *StatusNotifierValue_Menu_Properties `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	Children   []*StatusNotifierValue_Menu          `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusNotifierValue_Menu) Descriptor deprecated

func (*StatusNotifierValue_Menu) Descriptor() ([]byte, []int)

Deprecated: Use StatusNotifierValue_Menu.ProtoReflect.Descriptor instead.

func (*StatusNotifierValue_Menu) GetChildren

func (*StatusNotifierValue_Menu) GetId

func (x *StatusNotifierValue_Menu) GetId() int32

func (*StatusNotifierValue_Menu) GetProperties

func (*StatusNotifierValue_Menu) ProtoMessage

func (*StatusNotifierValue_Menu) ProtoMessage()

func (*StatusNotifierValue_Menu) ProtoReflect

func (x *StatusNotifierValue_Menu) ProtoReflect() protoreflect.Message

func (*StatusNotifierValue_Menu) Reset

func (x *StatusNotifierValue_Menu) Reset()

func (*StatusNotifierValue_Menu) String

func (x *StatusNotifierValue_Menu) String() string

type StatusNotifierValue_Menu_Properties

type StatusNotifierValue_Menu_Properties struct {
	Label       string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	IconName    string `protobuf:"bytes,2,opt,name=icon_name,json=iconName,proto3" json:"icon_name,omitempty"`
	IconData    []byte `protobuf:"bytes,3,opt,name=icon_data,json=iconData,proto3" json:"icon_data,omitempty"`
	ToggleState int32  `protobuf:"varint,4,opt,name=toggle_state,json=toggleState,proto3" json:"toggle_state,omitempty"`
	IsSeparator bool   `protobuf:"varint,5,opt,name=is_separator,json=isSeparator,proto3" json:"is_separator,omitempty"`
	IsParent    bool   `protobuf:"varint,6,opt,name=is_parent,json=isParent,proto3" json:"is_parent,omitempty"`
	IsHidden    bool   `protobuf:"varint,7,opt,name=is_hidden,json=isHidden,proto3" json:"is_hidden,omitempty"`
	IsDisabled  bool   `protobuf:"varint,8,opt,name=is_disabled,json=isDisabled,proto3" json:"is_disabled,omitempty"`
	IsRadio     bool   `protobuf:"varint,9,opt,name=is_radio,json=isRadio,proto3" json:"is_radio,omitempty"`
	IsCheckbox  bool   `protobuf:"varint,10,opt,name=is_checkbox,json=isCheckbox,proto3" json:"is_checkbox,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusNotifierValue_Menu_Properties) Descriptor deprecated

func (*StatusNotifierValue_Menu_Properties) Descriptor() ([]byte, []int)

Deprecated: Use StatusNotifierValue_Menu_Properties.ProtoReflect.Descriptor instead.

func (*StatusNotifierValue_Menu_Properties) GetIconData

func (x *StatusNotifierValue_Menu_Properties) GetIconData() []byte

func (*StatusNotifierValue_Menu_Properties) GetIconName

func (*StatusNotifierValue_Menu_Properties) GetIsCheckbox

func (x *StatusNotifierValue_Menu_Properties) GetIsCheckbox() bool

func (*StatusNotifierValue_Menu_Properties) GetIsDisabled

func (x *StatusNotifierValue_Menu_Properties) GetIsDisabled() bool

func (*StatusNotifierValue_Menu_Properties) GetIsHidden

func (x *StatusNotifierValue_Menu_Properties) GetIsHidden() bool

func (*StatusNotifierValue_Menu_Properties) GetIsParent

func (x *StatusNotifierValue_Menu_Properties) GetIsParent() bool

func (*StatusNotifierValue_Menu_Properties) GetIsRadio

func (x *StatusNotifierValue_Menu_Properties) GetIsRadio() bool

func (*StatusNotifierValue_Menu_Properties) GetIsSeparator

func (x *StatusNotifierValue_Menu_Properties) GetIsSeparator() bool

func (*StatusNotifierValue_Menu_Properties) GetLabel

func (*StatusNotifierValue_Menu_Properties) GetToggleState

func (x *StatusNotifierValue_Menu_Properties) GetToggleState() int32

func (*StatusNotifierValue_Menu_Properties) ProtoMessage

func (*StatusNotifierValue_Menu_Properties) ProtoMessage()

func (*StatusNotifierValue_Menu_Properties) ProtoReflect

func (*StatusNotifierValue_Menu_Properties) Reset

func (*StatusNotifierValue_Menu_Properties) String

type StatusNotifierValue_Pixmap

type StatusNotifierValue_Pixmap struct {
	Width  int32  `protobuf:"varint,1,opt,name=width,proto3" json:"width,omitempty"`
	Height int32  `protobuf:"varint,2,opt,name=height,proto3" json:"height,omitempty"`
	Data   []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusNotifierValue_Pixmap) Descriptor deprecated

func (*StatusNotifierValue_Pixmap) Descriptor() ([]byte, []int)

Deprecated: Use StatusNotifierValue_Pixmap.ProtoReflect.Descriptor instead.

func (*StatusNotifierValue_Pixmap) GetData

func (x *StatusNotifierValue_Pixmap) GetData() []byte

func (*StatusNotifierValue_Pixmap) GetHeight

func (x *StatusNotifierValue_Pixmap) GetHeight() int32

func (*StatusNotifierValue_Pixmap) GetWidth

func (x *StatusNotifierValue_Pixmap) GetWidth() int32

func (*StatusNotifierValue_Pixmap) ProtoMessage

func (*StatusNotifierValue_Pixmap) ProtoMessage()

func (*StatusNotifierValue_Pixmap) ProtoReflect

func (*StatusNotifierValue_Pixmap) Reset

func (x *StatusNotifierValue_Pixmap) Reset()

func (*StatusNotifierValue_Pixmap) String

func (x *StatusNotifierValue_Pixmap) String() string

type StatusNotifierValue_Tooltip

type StatusNotifierValue_Tooltip struct {
	IconName   string                      `protobuf:"bytes,1,opt,name=icon_name,json=iconName,proto3" json:"icon_name,omitempty"`
	IconPixmap *StatusNotifierValue_Pixmap `protobuf:"bytes,2,opt,name=icon_pixmap,json=iconPixmap,proto3" json:"icon_pixmap,omitempty"`
	Title      string                      `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Body       string                      `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*StatusNotifierValue_Tooltip) Descriptor deprecated

func (*StatusNotifierValue_Tooltip) Descriptor() ([]byte, []int)

Deprecated: Use StatusNotifierValue_Tooltip.ProtoReflect.Descriptor instead.

func (*StatusNotifierValue_Tooltip) GetBody

func (x *StatusNotifierValue_Tooltip) GetBody() string

func (*StatusNotifierValue_Tooltip) GetIconName

func (x *StatusNotifierValue_Tooltip) GetIconName() string

func (*StatusNotifierValue_Tooltip) GetIconPixmap

func (*StatusNotifierValue_Tooltip) GetTitle

func (x *StatusNotifierValue_Tooltip) GetTitle() string

func (*StatusNotifierValue_Tooltip) ProtoMessage

func (*StatusNotifierValue_Tooltip) ProtoMessage()

func (*StatusNotifierValue_Tooltip) ProtoReflect

func (*StatusNotifierValue_Tooltip) Reset

func (x *StatusNotifierValue_Tooltip) Reset()

func (*StatusNotifierValue_Tooltip) String

func (x *StatusNotifierValue_Tooltip) String() string

type UpdateIconValue

type UpdateIconValue struct {
	BusName string                    `protobuf:"bytes,1,opt,name=bus_name,json=busName,proto3" json:"bus_name,omitempty"`
	Icon    *StatusNotifierValue_Icon `protobuf:"bytes,2,opt,name=icon,proto3" json:"icon,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateIconValue) Descriptor deprecated

func (*UpdateIconValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateIconValue.ProtoReflect.Descriptor instead.

func (*UpdateIconValue) GetBusName

func (x *UpdateIconValue) GetBusName() string

func (*UpdateIconValue) GetIcon

func (*UpdateIconValue) ProtoMessage

func (*UpdateIconValue) ProtoMessage()

func (*UpdateIconValue) ProtoReflect

func (x *UpdateIconValue) ProtoReflect() protoreflect.Message

func (*UpdateIconValue) Reset

func (x *UpdateIconValue) Reset()

func (*UpdateIconValue) String

func (x *UpdateIconValue) String() string

type UpdateMenuValue

type UpdateMenuValue struct {
	BusName string                    `protobuf:"bytes,1,opt,name=bus_name,json=busName,proto3" json:"bus_name,omitempty"`
	Menu    *StatusNotifierValue_Menu `protobuf:"bytes,2,opt,name=menu,proto3" json:"menu,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMenuValue) Descriptor deprecated

func (*UpdateMenuValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMenuValue.ProtoReflect.Descriptor instead.

func (*UpdateMenuValue) GetBusName

func (x *UpdateMenuValue) GetBusName() string

func (*UpdateMenuValue) GetMenu

func (*UpdateMenuValue) ProtoMessage

func (*UpdateMenuValue) ProtoMessage()

func (*UpdateMenuValue) ProtoReflect

func (x *UpdateMenuValue) ProtoReflect() protoreflect.Message

func (*UpdateMenuValue) Reset

func (x *UpdateMenuValue) Reset()

func (*UpdateMenuValue) String

func (x *UpdateMenuValue) String() string

type UpdateStatusValue

type UpdateStatusValue struct {
	BusName string            `protobuf:"bytes,1,opt,name=bus_name,json=busName,proto3" json:"bus_name,omitempty"`
	Status  v1.Systray_Status `protobuf:"varint,2,opt,name=status,proto3,enum=hyprpanel.module.v1.Systray_Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateStatusValue) Descriptor deprecated

func (*UpdateStatusValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateStatusValue.ProtoReflect.Descriptor instead.

func (*UpdateStatusValue) GetBusName

func (x *UpdateStatusValue) GetBusName() string

func (*UpdateStatusValue) GetStatus

func (x *UpdateStatusValue) GetStatus() v1.Systray_Status

func (*UpdateStatusValue) ProtoMessage

func (*UpdateStatusValue) ProtoMessage()

func (*UpdateStatusValue) ProtoReflect

func (x *UpdateStatusValue) ProtoReflect() protoreflect.Message

func (*UpdateStatusValue) Reset

func (x *UpdateStatusValue) Reset()

func (*UpdateStatusValue) String

func (x *UpdateStatusValue) String() string

type UpdateTitleValue

type UpdateTitleValue struct {
	BusName string `protobuf:"bytes,1,opt,name=bus_name,json=busName,proto3" json:"bus_name,omitempty"`
	Title   string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTitleValue) Descriptor deprecated

func (*UpdateTitleValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTitleValue.ProtoReflect.Descriptor instead.

func (*UpdateTitleValue) GetBusName

func (x *UpdateTitleValue) GetBusName() string

func (*UpdateTitleValue) GetTitle

func (x *UpdateTitleValue) GetTitle() string

func (*UpdateTitleValue) ProtoMessage

func (*UpdateTitleValue) ProtoMessage()

func (*UpdateTitleValue) ProtoReflect

func (x *UpdateTitleValue) ProtoReflect() protoreflect.Message

func (*UpdateTitleValue) Reset

func (x *UpdateTitleValue) Reset()

func (*UpdateTitleValue) String

func (x *UpdateTitleValue) String() string

type UpdateTooltipValue

type UpdateTooltipValue struct {
	BusName string                       `protobuf:"bytes,1,opt,name=bus_name,json=busName,proto3" json:"bus_name,omitempty"`
	Tooltip *StatusNotifierValue_Tooltip `protobuf:"bytes,2,opt,name=tooltip,proto3" json:"tooltip,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTooltipValue) Descriptor deprecated

func (*UpdateTooltipValue) Descriptor() ([]byte, []int)

Deprecated: Use UpdateTooltipValue.ProtoReflect.Descriptor instead.

func (*UpdateTooltipValue) GetBusName

func (x *UpdateTooltipValue) GetBusName() string

func (*UpdateTooltipValue) GetTooltip

func (*UpdateTooltipValue) ProtoMessage

func (*UpdateTooltipValue) ProtoMessage()

func (*UpdateTooltipValue) ProtoReflect

func (x *UpdateTooltipValue) ProtoReflect() protoreflect.Message

func (*UpdateTooltipValue) Reset

func (x *UpdateTooltipValue) Reset()

func (*UpdateTooltipValue) String

func (x *UpdateTooltipValue) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL