Skip to content

how do i have a custom download bar in winget #38682

Answered by ItzLevvie
sastofficial asked this question in Q&A
Discussion options

You must be logged in to vote

winget settings should open up settings.json; which means you can paste the line below into the settings.json file which will allow you to get a rainbow colored progress bar.

"visual": {"progressBar": "rainbow"}

My settings.json file looks like this:

{
    "network": {"downloader": "wininet"},
    "source": {"autoUpdateIntervalInMinutes": 0},
    "visual": {"progressBar": "rainbow"}
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sastofficial
Comment options

@ItzLevvie
Comment options

@sastofficial
Comment options

Answer selected by sastofficial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants