From f8021dc15526d6097662110158ecce40bbecd0ff Mon Sep 17 00:00:00 2001 From: TheDarkBug Date: Sat, 30 Oct 2021 18:32:51 +0200 Subject: [PATCH] Updated dependancies, fix #153 --- CONTRIBUTING.md | 1 + README.md | 2 ++ uwufetch.c | 1 - 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c256dab..74b75bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,7 @@ To contribute to this project, you should follow some rules to keep the code con ## Pull requests Before sending a pull request be sure that no one is already working on the same thing and to follow this guide-lines. +Please add any external dependancies in the [README.md](https://github.com/TheDarkBug/uwufetch#requisites). With pull requests you can `[FIX]` a bug (reported or not), add `[OS-SUPPORT]`, add a `[NEW-FEATURE]` requested in an [issue](https://github.com/TheDarkBug/uwufetch/blob/main/CONTRIBUTING.md#issues), fix a `[TYPO]` or `[OPTIMIZE]` the code. For everything else do not use tags. diff --git a/README.md b/README.md index d69eecd..d4d9061 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ KDE NeOwOn, nixOwOs, xuwulinux; Plus FweeBSD, OwOpenBSD and macOwOS; Plus Winyan - [freecolor](http://www.rkeene.org/oss/freecolor/) to get ram usage on FreeBSD. +- [xwininfo](https://github.com/freedesktop/xorg-xwininfo) to get screen resolution. + - [viu](https://github.com/atanunq/viu) (optional) to use images instead of ascii art (see [How to use images](#how-to-use-images) below). - [lshw](https://github.com/lyonel/lshw) (optional) for better accuracy on GPU info. diff --git a/uwufetch.c b/uwufetch.c index 562ac0f..56085b0 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -355,7 +355,6 @@ int uptime_freebsd() void print_info() { - // store sys info in the sys again // print collected info - from host to cpu info printf("\033[9A"); // to align info text if (show_user_info)