-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Expand file tree
/
Copy pathcinnamon.omp.json
More file actions
68 lines (68 loc) · 1.82 KB
/
cinnamon.omp.json
File metadata and controls
68 lines (68 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"$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",
"template": " {{ .UserName }}@{{ .HostName }} ",
"type": "session"
},
{
"background": "#3e9022",
"foreground": "#ffffff",
"options": {
"style": "folder"
},
"style": "plain",
"template": " \ue5ff {{ .Path }} ",
"type": "path"
},
{
"background": "#de076f",
"foreground": "#ffffff",
"options": {
"branch_icon": "",
"fetch_upstream_icon": true
},
"style": "plain",
"template": " {{ .UpstreamIcon }}{{ .HEAD }} ",
"type": "git"
},
{
"background": "#491545",
"foreground": "#ffffff",
"options": {
"paused_icon": "\uf04c ",
"playing_icon": "\ue602 ",
"stopped_icon": "\uf04d "
},
"style": "plain",
"template": " \uf1bc {{ .Icon }}{{ if ne .Status \"stopped\" }}{{ .Artist }} - {{ .Track }}{{ end }} ",
"type": "spotify"
},
{
"background": "#491515",
"background_templates": [
"{{ if gt .Code 0 }}#f1184c{{ end }}"
],
"foreground": "#ffffff",
"options": {
"always_enabled": true
},
"style": "diamond",
"template": " \ueb05 ",
"trailing_diamond": "\ue0b4",
"type": "status"
}
],
"type": "prompt"
}
],
"final_space": true,
"version": 4
}