Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -2964,6 +2964,33 @@
"contributions": [
"doc"
]
},
{
"login": "spg-iwilson",
"name": "Ivan Wilson",
"avatar_url": "https://avatars.githubusercontent.com/u/25376734?v=4",
"profile": "https://sharepointgurus.net",
"contributions": [
"design"
]
},
{
"login": "mdanish-kh",
"name": "Muhammad Danish",
"avatar_url": "https://avatars.githubusercontent.com/u/88161975?v=4",
"profile": "https://github.com/mdanish-kh",
"contributions": [
"doc"
]
},
{
"login": "BoscoDomingo",
"name": "Bosco Domingo",
"avatar_url": "https://avatars.githubusercontent.com/u/46006784?v=4",
"profile": "https://dub.sh/boscodomingo",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion themes/1_shell.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
"foreground": "#94ffa2",
"style": "diamond",
"template": " <#ffffff>MEM:</> {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB)",
"template": " <#ffffff>MEM:</> {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB)",
"type": "sysinfo"
}
],
Expand Down
2 changes: 1 addition & 1 deletion themes/di4am0nd.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{
"foreground": "#85C980",
"style": "diamond",
"template": "RAM:{{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ",
"template": "RAM:{{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ",
"trailing_diamond": " ",
"type": "sysinfo"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/easy-term.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{
"foreground": "#81ff91",
"style": "diamond",
"template": "<#cc7eda> \u007C </><#7eb8da>RAM:</> {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB",
"template": "<#cc7eda> \u007C </><#7eb8da>RAM:</> {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB",
"type": "sysinfo"
},
{
Expand Down
2 changes: 1 addition & 1 deletion themes/if_tea.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"background": "#00c7fc",
"foreground": "#000000",
"style": "diamond",
"template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ",
"template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ",
"trailing_diamond": "<transparent,#00c7fc>\ue0b2</>",
"type": "sysinfo"
},
Expand Down
2 changes: 1 addition & 1 deletion themes/illusi0n.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"foreground": "#ff8800",
"style": "diamond",
"template": "{{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ",
"template": "{{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ",
"type": "sysinfo"
}
],
Expand Down
2 changes: 1 addition & 1 deletion themes/tokyo.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
"foreground": "#be9ddf",
"style": "diamond",
"template": "[<#ffffff>\ue266</> RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB]",
"template": "[<#ffffff>\ue266</> RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB]",
"type": "sysinfo"
},
{
Expand Down
2 changes: 1 addition & 1 deletion themes/wholespace.omp.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"background": "#516BEB",
"foreground": "#ffffff",
"style": "diamond",
"template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ",
"template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ",
"trailing_diamond": "<transparent,#516BEB>\ue0b2</>",
"type": "sysinfo"
},
Expand Down
5 changes: 5 additions & 0 deletions website/docs/contributors.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,11 @@ Thanks goes to these wonderful people ([emoji key][acek]):
<td align="center" valign="top" width="14.28%"><a href="https://wiyco.dev"><img src="https://avatars.githubusercontent.com/u/72733890?v=4?s=100" width="100px;" alt="wiyco"/><br /><sub><b>wiyco</b></sub></a><br /><a href="https://github.com/JanDeDobbeleer/oh-my-posh/commits?author=wiyco" title="Code">💻</a> <a href="#design-wiyco" title="Design">🎨</a> <a href="https://github.com/JanDeDobbeleer/oh-my-posh/commits?author=wiyco" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/abhro"><img src="https://avatars.githubusercontent.com/u/5664668?v=4?s=100" width="100px;" alt="abhro"/><br /><sub><b>abhro</b></sub></a><br /><a href="https://github.com/JanDeDobbeleer/oh-my-posh/commits?author=abhro" title="Documentation">📖</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://sharepointgurus.net"><img src="https://avatars.githubusercontent.com/u/25376734?v=4?s=100" width="100px;" alt="Ivan Wilson"/><br /><sub><b>Ivan Wilson</b></sub></a><br /><a href="#design-spg-iwilson" title="Design">🎨</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mdanish-kh"><img src="https://avatars.githubusercontent.com/u/88161975?v=4?s=100" width="100px;" alt="Muhammad Danish"/><br /><sub><b>Muhammad Danish</b></sub></a><br /><a href="https://github.com/JanDeDobbeleer/oh-my-posh/commits?author=mdanish-kh" title="Documentation">📖</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://dub.sh/boscodomingo"><img src="https://avatars.githubusercontent.com/u/46006784?v=4?s=100" width="100px;" alt="Bosco Domingo"/><br /><sub><b>Bosco Domingo</b></sub></a><br /><a href="https://github.com/JanDeDobbeleer/oh-my-posh/commits?author=BoscoDomingo" title="Code">💻</a></td>
</tr>
</tbody>
</table>

Expand Down
Loading