Skip to content

Commit b4a3a34

Browse files
committed
Signed-off-by: Nick Gerace <nickagerace@gmail.com>
1 parent f3bccdd commit b4a3a34

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

fastfetch/config.jsonc

+12-7
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
},
4848
{
4949
"key": "DE",
50-
"type": "de",
50+
"type": "de"
5151
},
5252
{
5353
"key": "Host",
@@ -65,7 +65,7 @@
6565
{
6666
"key": "Fastfetch",
6767
"type": "version",
68-
"format": "{2}",
68+
"format": "{2}"
6969
},
7070
{
7171
"key": "Colors",
@@ -79,27 +79,32 @@
7979
{
8080
"type": "custom",
8181
"key": "Font",
82-
"format": "Iosevka",
82+
"format": "Iosevka"
8383
},
8484
{
8585
"type": "custom",
8686
"key": "Multiplexer",
87-
"format": "Zellij",
87+
"format": "Zellij"
8888
},
8989
{
9090
"type": "custom",
9191
"key": "Terminal",
92-
"format": "Ghostty",
92+
"format": "Ghostty"
9393
},
9494
{
9595
"type": "custom",
9696
"key": "Editor",
97-
"format": "Helix",
97+
"format": "Helix"
9898
},
9999
{
100100
"type": "custom",
101101
"key": "Theme",
102-
"format": "Catppuccin Frappé",
102+
"format": "Catppuccin Frappé"
103103
},
104+
{
105+
"type": "custom",
106+
"key": " ",
107+
"format": "―――――――――――――――――――――――"
108+
}
104109
]
105110
}

0 commit comments

Comments
 (0)