Skip to content

Commit

Permalink
Change icon description to example
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwojo authored Feb 3, 2021
1 parent 82a2f56 commit 65c6d39
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions TerminalDocs/customize-settings/profile-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,9 @@ This sets the icon that displays within the tab, dropdown menu, jumplist, and ta

**Accepts:** File location as a string, or an emoji

The icon image file will need to be placed in a location that the Terminal app can read. Place icon images in the Windows Terminal AppData folder, located at: <br>
**Example:** Placing the icon image `ubuntu.ico` in the folder located at `%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState`, you can display the icon by adding this line to the profile in your settings.json: `"icon": "ms-appdata:///roaming/ubuntu.ico"`.

`%LOCALAPPDATA%\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\RoamingState`
<br>
<br>
As an example, if you place the icon image `ubuntu.ico` in this folder, the property will be `"icon": "ms-appdata:///roaming/ubuntu.ico"`.

___

## Tab title
Expand Down

0 comments on commit 65c6d39

Please sign in to comment.