From 35c44799c6ad6b98102dc7b97fa541987d25c78f Mon Sep 17 00:00:00 2001 From: Katelyn Hamer Date: Sun, 3 Nov 2019 14:40:10 +0000 Subject: [PATCH] Added known quirks --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8cb1d43..634e6e6 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,10 @@ Simply place the `lfetch` file in a location that is in your PATH. Run `lfetch` # Customization All customization can be done by modifying the script. The entries and their colours are defined between line 51 and 63. + +# Known quirks + +- Script doesn't run on SH due to implementing Bash features. +- Getting the distro name via `/etc/os-release` is unreliable. +- Some entries are created by running `gawk` on existing commands, changes to the commands' output can break the script. +- Colour bar is hardcoded.