Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Gerace <[email protected]>
  • Loading branch information
nickgerace committed Jan 3, 2025
1 parent f3bccdd commit b4a3a34
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions fastfetch/config.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
{
"key": "DE",
"type": "de",
"type": "de"
},
{
"key": "Host",
Expand All @@ -65,7 +65,7 @@
{
"key": "Fastfetch",
"type": "version",
"format": "{2}",
"format": "{2}"
},
{
"key": "Colors",
Expand All @@ -79,27 +79,32 @@
{
"type": "custom",
"key": "Font",
"format": "Iosevka",
"format": "Iosevka"
},
{
"type": "custom",
"key": "Multiplexer",
"format": "Zellij",
"format": "Zellij"
},
{
"type": "custom",
"key": "Terminal",
"format": "Ghostty",
"format": "Ghostty"
},
{
"type": "custom",
"key": "Editor",
"format": "Helix",
"format": "Helix"
},
{
"type": "custom",
"key": "Theme",
"format": "Catppuccin Frappé",
"format": "Catppuccin Frappé"
},
{
"type": "custom",
"key": " ",
"format": "―――――――――――――――――――――――"
}
]
}

0 comments on commit b4a3a34

Please sign in to comment.