Skip to content

Commit fc86b02

Browse files
committed
Widget updates + OMP
1 parent f7f9c7c commit fc86b02

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1466
-612
lines changed

Diff for: Configs/Home/.config/ohmyposh/tokyonight_storm.omp.json

-162
This file was deleted.

Diff for: Configs/Home/.config/ohmyposh/xero.omp.json

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/main/themes/schema.json",
3+
"blocks": [
4+
{
5+
"alignment": "left",
6+
"segments": [
7+
{
8+
"foreground": "#ffffff",
9+
"style": "plain",
10+
"template": "<#C591E8>\u276f</><#69FF94>\u276f</> ",
11+
"type": "text"
12+
},
13+
{
14+
"foreground": "#56B6C2",
15+
"properties": {
16+
"style": "folder"
17+
},
18+
"style": "plain",
19+
"template": "{{ .Path }} ",
20+
"type": "path"
21+
},
22+
{
23+
"foreground": "#D0666F",
24+
"properties": {
25+
"branch_icon": ""
26+
},
27+
"style": "plain",
28+
"template": "<#5FAAE8>git:(</>{{ .HEAD }}<#5FAAE8>)</>",
29+
"type": "git"
30+
},
31+
{
32+
"foreground": "#DCB977",
33+
"style": "plain",
34+
"template": " \uf119 ",
35+
"type": "status"
36+
}
37+
],
38+
"type": "prompt"
39+
},
40+
{
41+
"alignment": "right",
42+
"segments": [
43+
{
44+
"foreground": "#ffffff",
45+
"properties": {
46+
"command": "git log --pretty=format:%cr -1 || date +%H:%M:%S",
47+
"shell": "bash"
48+
},
49+
"style": "plain",
50+
"template": " {{ .Output }} ",
51+
"type": "command"
52+
}
53+
],
54+
"type": "prompt"
55+
},
56+
{
57+
"alignment": "left",
58+
"newline": true,
59+
"segments": [
60+
{
61+
"foreground": "#ffffff",
62+
"style": "plain",
63+
"template": "\uf441 ",
64+
"type": "text"
65+
}
66+
],
67+
"type": "prompt"
68+
}
69+
],
70+
"version": 2
71+
}

0 commit comments

Comments
 (0)