diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:39:39 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:39:39 +0900 |
| commit | 0088ba45b72b01314a8f1d9ec976874d4d2d9e5c (patch) | |
| tree | 48b75986341c39c766d730db3eee598153be67e3 | |
| parent | 28aa62f54118b4746e2ccabff0167c4991b5cf4d (diff) | |
minor adjustment fastfetch compact config
| -rw-r--r-- | config/fastfetch/config-compact.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/fastfetch/config-compact.jsonc b/config/fastfetch/config-compact.jsonc index f8b1e12e..f713a681 100644 --- a/config/fastfetch/config-compact.jsonc +++ b/config/fastfetch/config-compact.jsonc @@ -18,7 +18,7 @@ }, { "type": "custom", - "format": " ╭───────────────────────╮" + "format": " ─────────────────────────── " }, { "type": "kernel", @@ -61,7 +61,7 @@ }, { "type": "custom", - "format": " ╰───────────────────────╯" + "format": " ─────────────────────────── " }, { "type": "custom", |
