oh-my-posh/themes/cinnamon.omp.json

70 lines
1.9 KiB
JSON
Raw Normal View History

{
2022-02-03 01:22:57 -08:00
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
"blocks": [
{
"alignment": "left",
"segments": [
{
"background": "#07585c",
"foreground": "#ffffff",
"leading_diamond": "\ue0b6",
"style": "diamond",
2022-03-27 01:12:47 -07:00
"template": " {{ .UserName }}@{{ .HostName }} ",
2022-02-03 01:22:57 -08:00
"type": "session"
},
{
"background": "#3e9022",
"foreground": "#ffffff",
"properties": {
2022-03-27 01:12:47 -07:00
"style": "folder"
2021-04-22 12:21:34 -07:00
},
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " \ue5ff {{ .Path }} ",
2022-02-03 01:22:57 -08:00
"type": "path"
},
{
"background": "#de076f",
"foreground": "#ffffff",
"properties": {
"branch_icon": "",
2022-03-27 01:12:47 -07:00
"fetch_upstream_icon": true
2021-04-22 12:21:34 -07:00
},
2022-02-03 01:22:57 -08:00
"style": "plain",
2022-03-27 01:12:47 -07:00
"template": " {{ .UpstreamIcon }}{{ .HEAD }} ",
2022-02-03 01:22:57 -08:00
"type": "git"
},
{
"background": "#491545",
"foreground": "#ffffff",
"properties": {
"paused_icon": "\uf04c ",
2022-02-03 01:22:57 -08:00
"playing_icon": "\ue602 ",
"stopped_icon": "\uf04d ",
"track_separator": " - "
2021-04-22 12:21:34 -07:00
},
2022-02-03 01:22:57 -08:00
"style": "plain",
"template": " \uf1bc {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
2022-02-03 01:22:57 -08:00
"type": "spotify"
},
{
"background": "#491515",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"properties": {
2022-03-27 01:12:47 -07:00
"always_enabled": true
2022-02-03 01:22:57 -08:00
},
"style": "diamond",
"template": " \ueb05 ",
2022-02-03 01:22:57 -08:00
"trailing_diamond": "\ue0b4",
"type": "status"
2022-02-03 01:22:57 -08:00
}
],
"type": "prompt"
}
],
"final_space": true,
2022-03-27 01:12:47 -07:00
"version": 2
2022-02-03 01:22:57 -08:00
}