Get distro name from neofetch

This commit is contained in:
Teoh Han Hui 2024-06-27 19:18:08 +08:00
parent 290445110d
commit ae1f6a2b3f
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
8 changed files with 157 additions and 7 deletions

7
Cargo.lock generated
View file

@ -125,6 +125,7 @@ dependencies = [
"indexmap",
"log",
"rgb",
"shell-words",
"strum",
]
@ -180,6 +181,12 @@ version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "strum"
version = "0.26.3"