mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
9 lines
154 B
Go
9 lines
154 B
Go
![]() |
package main
|
||
|
|
||
|
import "github.com/rivo/tview"
|
||
|
|
||
|
func NowPlayingBar() *tview.Box {
|
||
|
return tview.NewBox().SetBorder(true).
|
||
|
SetTitle("Currently Playing")
|
||
|
}
|