From e632d83c71822c953362390a6493911ca6963a3e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 16:09:13 +0300 Subject: [PATCH] docs: update --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1eca0e7..6e3ce9b 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,10 @@ PF_COL2=7 PF_ALIGN="" ``` -## TODO +## Make `pfetch` update on an interval -- [x] Store ascii "width" for dynamic padding. -- [ ] OS support. - - [x] Linux - - [ ] OpenBSD - - [ ] FreeBSD - - [ ] macOS - - [ ] ??????? -- [x] Add an environment variable for setting info. +This makes `pfetch` display interactively like `htop`/`top`. + +```sh +watch -tn1 pfetch +```