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

View file

@ -17,6 +17,7 @@ env_logger = { workspace = true, features = ["auto-color", "humantime", "unstabl
indexmap = { workspace = true, features = ["std"] }
log = { workspace = true, features = ["kv"] }
rgb = { workspace = true, features = [] }
shell-words = { workspace = true, features = ["std"] }
strum = { workspace = true, features = ["derive", "std"] }
[features]