Get distro name from neofetch
This commit is contained in:
parent
290445110d
commit
ae1f6a2b3f
8 changed files with 157 additions and 7 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue