Skip to content

Commit

Permalink
Update settings docs (microsoft#4951)
Browse files Browse the repository at this point in the history
## Change
Update default source update time, which occurred during a 1.8 servicing
update.

Add missing progress visualization options and include more information
about all of them.
  • Loading branch information
JohnMcPMS authored Nov 8, 2024
1 parent 02454cc commit 1105343
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions doc/Settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `source` settings involve configuration to the WinGet source.
A positive integer represents the update interval in minutes. The check for updates only happens when a source is used. A zero will disable the check for updates to a source. Any other values are invalid.

- Disable: 0
- Default: 5
- Default: 15

To manually update the source use `winget source update`

Expand All @@ -33,11 +33,15 @@ The `visual` settings involve visual elements that are displayed by WinGet

### progressBar

Color of the progress bar that WinGet displays when not specified by arguments.
Style of the progress spinner and bar that WinGet displays when not specified by arguments. In addition, all options except `disabled` send [Virtual Terminal progress](https://conemu.github.io/en/AnsiEscapeCodes.html#ConEmu_specific_OSC) updates that any supporting terminal may display visually.

- accent (default)
- retro
- rainbow
|Value|Description|Release|
|---|---|---|
|`accent` (default)|Use the [Windows Accent color](https://support.microsoft.com/en-us/windows/change-colors-in-windows-d26ef4d6-819a-581c-1581-493cfcc005fe)|1.0|
|`retro`|Use the current foreground terminal color|1.0|
|`rainbow`|Progress through a rainbow of colors|1.0|
|`sixel`|Use sixel images; requires a terminal that supports displaying sixels, such as [Windows Terminal](https://github.com/microsoft/terminal/releases) 1.22.2362 or later|1.9|
|`disabled`|No progress will be displayed|1.9|

```json
"visual": {
Expand Down

0 comments on commit 1105343

Please sign in to comment.