Skip to content

Commit

Permalink
Add icon example and folder location (#231)
Browse files Browse the repository at this point in the history
From #135

* Add icon example and folder location

As originally submitted by @aloneguid in #135

* Remove code brackets for readability

* Add spacing
  • Loading branch information
mattwojo authored Jan 29, 2021
1 parent a69ab41 commit 6fc0e34
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: <br>

`%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"`.

___

Expand Down

0 comments on commit 6fc0e34

Please sign in to comment.