Skip to content

Commit

Permalink
cmd/vinegar: print cards too
Browse files Browse the repository at this point in the history
  • Loading branch information
apprehensions committed Oct 24, 2023
1 parent 0740a22 commit 8a0a023
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmd/vinegar/vinegar.go
Original file line number Diff line number Diff line change
Expand Up @@ -208,4 +208,9 @@ func Sysinfo(pfx *wine.Prefix) {
if sysinfo.InFlatpak {
fmt.Println("* Flatpak: [x]")
}

fmt.Println("* Cards:")
for _, c := range sysinfo.Cards {
fmt.Printf(" * Card %d: %s %s\n", c.Index, c.Driver, c.Path)
}
}

0 comments on commit 8a0a023

Please sign in to comment.