Skip to content

Commit

Permalink
Add icon example and folder location
Browse files Browse the repository at this point in the history
As originally submitted by @aloneguid in #135
  • Loading branch information
mattwojo authored Jan 29, 2021
1 parent a69ab41 commit 0cdc42f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion TerminalDocs/customize-settings/profile-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,12 @@ This sets the icon that displays within the tab, dropdown menu, jumplist, and ta

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

<br />
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:

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

___

Expand Down

0 comments on commit 0cdc42f

Please sign in to comment.