3 Commits

Author SHA1 Message Date
e7844047c0 fix badge 2025-11-10 20:57:50 +01:00
9ae7b4167e make linter happy 2025-11-10 20:55:50 +01:00
22835c081a migrate to codeberg 2025-11-10 20:52:06 +01:00

View File

@@ -11,11 +11,9 @@ type Node struct {
Id int `json:"id"`
Type string `json:"type"` // output, workspace or container
Name string `json:"name"` // workspace number or app name
Output string `json:"output"`
Nodes []*Node `json:"nodes"`
FloatingNodes []*Node `json:"floating_nodes"`
Focused bool `json:"focused"`
Visible bool `json:"visible"`
Urgent bool `json:"urgent"`
Sticky bool `json:"sticky"`
Border string `json:"border"`