mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-30 00:12:50 -05:00
cli: add interactive color picker
This commit is contained in:
13
core/pkg/go-wayland/wayland/stable/xdg-shell/xdg_shell.go
Normal file
13
core/pkg/go-wayland/wayland/stable/xdg-shell/xdg_shell.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package xdg_shell
|
||||
|
||||
import "github.com/AvengeMedia/DankMaterialShell/core/pkg/go-wayland/wayland/client"
|
||||
|
||||
type Popup struct {
|
||||
client.BaseProxy
|
||||
}
|
||||
|
||||
func NewPopup(ctx *client.Context) *Popup {
|
||||
p := &Popup{}
|
||||
ctx.Register(p)
|
||||
return p
|
||||
}
|
||||
Reference in New Issue
Block a user