Skip to content

Commit e300e9a

Browse files
authored
feat: make fastfetch better (#104)
* feat: make fastfetch better * fix: force bash
1 parent b11f0e8 commit e300e9a

1 file changed

Lines changed: 32 additions & 16 deletions

File tree

system_files/shared/usr/share/ublue-os/fastfetch.jsonc

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
{
22
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
33
"display": {
4-
"separator": "",
5-
"color": {
6-
"keys": "38;2;87;160;198"
7-
}
4+
"separator": ""
85
},
96
"modules": [
107
{
118
"type": "title",
129
"key": "",
1310
"color": {
14-
"user": "38;2;87;160;198",
15-
"at": "white",
16-
"host": "bright_green"
11+
"user": "#b75761",
12+
"at": "#a64c6a",
13+
"host": "#4075bf"
1714
}
1815
},
1916
"break",
2017
{
2118
"type": "command",
22-
"key": "󱋩",
23-
"text": "/usr/bin/ublue-image-info.sh"
19+
"key": "",
20+
"text": "/usr/bin/ublue-image-info.sh",
21+
"keyColor": "#ad67d7"
2422
},
2523
{
2624
"type": "os",
@@ -40,7 +38,8 @@
4038
"type": "command",
4139
"key": "󰔠",
4240
"text": "date -d$(ls -alct /var/log --time-style=full-iso|tail -1|awk '{print $6}') +'Forged on %b %d %G'",
43-
"shell": "/bin/bash"
41+
"shell": "/bin/bash",
42+
"keyColor": ""
4443
},
4544
"break",
4645
{
@@ -53,8 +52,8 @@
5352
},
5453
{
5554
"type": "command",
56-
"key": "",
57-
"keyColor": "#ff5c00",
55+
"key": "",
56+
"keyColor": "#f66151",
5857
"text": "cat /usr/share/ublue-os/bazaar-install-count",
5958
"shell": "/bin/bash",
6059
"format": "Bazaar Installs: {1} (weekly)"
@@ -96,12 +95,20 @@
9695
"break",
9796
{
9897
"type": "de",
99-
"key": "󰕮"
98+
"key": "",
99+
"keyColor": "#20a0f5"
100100
},
101101
{
102102
"type": "wm",
103-
"key": ""
103+
"key": "",
104+
"keyColor": "#20a0f5"
104105
},
106+
{
107+
"type": "packages",
108+
"key": "",
109+
"disabled": ["rpm","brew"]
110+
},
111+
"break",
105112
{
106113
"type": "shell",
107114
"key": ""
@@ -110,10 +117,19 @@
110117
"type": "terminal",
111118
"key": ""
112119
},
120+
{
121+
"type": "command",
122+
"shell": "/usr/bin/bash",
123+
"text": "$EDITOR --version | head -1",
124+
"key": "",
125+
"keyColor": "",
126+
"format": "{1}"
127+
},
113128
{
114129
"type": "packages",
115-
"key": "󰏖",
116-
"disabled": ["rpm"]
130+
"key": "",
131+
"disabled": ["rpm","flatpak"],
132+
"keyColor": "#fbb040"
117133
},
118134
"break",
119135
{

0 commit comments

Comments
 (0)