Skip to content

Commit

Permalink
Add i3-gaps border_top/bottom/left/right
Browse files Browse the repository at this point in the history
  • Loading branch information
burik666 committed Feb 28, 2019
1 parent 57c9d10 commit 32dbd57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ygs/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ type I3BarBlock struct {
ShortText string `json:"short_text,omitempty"`
Color string `json:"color,omitempty"`
BorderColor string `json:"border,omitempty"`
BorderTop *uint16 `json:"border_top,omitempty"`
BorderBottom *uint16 `json:"border_bottom,omitempty"`
BorderLeft *uint16 `json:"border_left,omitempty"`
BorderRight *uint16 `json:"border_right,omitempty"`
BackgroundColor string `json:"background,omitempty"`
Markup string `json:"markup,omitempty"`
MinWidth string `json:"min_width,omitempty"`
Expand Down

0 comments on commit 32dbd57

Please sign in to comment.