Make title cyan and bold on each page
This commit is contained in:
parent
82fec3ab58
commit
26dddc43f0
5 changed files with 15 additions and 5 deletions
|
@ -53,7 +53,8 @@ func viewGPU(config *configs.Config, ext ...int) {
|
|||
group := lsiommu.GetIOMMU("-g", mode, "-i", config.Gpu_Group, "-F", "vendor:,prod_name,optional_revision:,device_id")
|
||||
|
||||
// Write a title
|
||||
color.Bold.Println("This list should only show devices related to your GPU (usually 1 video, 1 audio device)")
|
||||
title := color.New(color.Cyan, color.Bold)
|
||||
title.Println("This list should only show devices related to your GPU (usually 1 video, 1 audio device)")
|
||||
|
||||
// Print all the gpus
|
||||
for _, v := range group {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue