diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-22 10:52:40 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-22 10:52:40 +0900 |
| commit | 9a4fdae79de6fd300dba5885e28bf6fed7e30e87 (patch) | |
| tree | 62506c7ffba73e6999f33db82f8904a6f7635fcd | |
| parent | a16280730ac5de9f872fb20d96bf7dffa189e8d3 (diff) | |
updated fastfetch to shorten GPU and sound
| -rw-r--r-- | config/fastfetch/config.jsonc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index c6eb694b..ae5f1b11 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -91,6 +91,7 @@ { "type": "gpu", "key": "│ ├", + "format": "{2}", "keyColor": "green" }, { @@ -122,6 +123,7 @@ { "type": "sound", "key": " AUDIO", + "format": "{2}", "keyColor": "cyan" }, { |
