-
I'd like to change the key on the
But I don't see
> # Here's my default output:
> ./build/fastfetch --logo none -s physicaldisk
Physical Disk (Multiple Card Reader): 0 B [HDD, Removable]
Physical Disk (SAMSUNG MZVL4512HBLU-00BH1): 512.11 GB [SSD, Fixed]
> # I've tried the most obvious approach (using dev branch):
> ./build/fastfetch --logo none -s physicaldisk --physicaldisk-key 'Disk ({:7})'
Disk (0): 0 B [HDD, Removable]
Disk (0): 512.11 GB [SSD, Fixed]
> # Ideal output
> ./build/fastfetch --logo none -s physicaldisk --physicaldisk-key '{{{WHAT GOES HERE?}}}'
Disk (Multipl): 0 B [HDD, Removable]
Disk (SAMSUNG): 512.11 GB [SSD, Fixed] |
Beta Was this translation helpful? Give feedback.
Answered by
CarterLi
Jun 27, 2024
Replies: 1 comment
-
Fixed in d979f55
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aarondill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fixed in d979f55