Get distro name from neofetch
This commit is contained in:
Generated
+7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user