Updated dependancies, fix #153
This commit is contained in:
parent
d887b4742d
commit
f8021dc155
3 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,7 @@ To contribute to this project, you should follow some rules to keep the code con
|
||||||
## Pull requests
|
## 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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
- [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).
|
- [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.
|
- [lshw](https://github.com/lyonel/lshw) (optional) for better accuracy on GPU info.
|
||||||
|
|
|
@ -355,7 +355,6 @@ int uptime_freebsd()
|
||||||
|
|
||||||
void print_info()
|
void print_info()
|
||||||
{
|
{
|
||||||
// store sys info in the sys again
|
|
||||||
// print collected info - from host to cpu info
|
// print collected info - from host to cpu info
|
||||||
printf("\033[9A"); // to align info text
|
printf("\033[9A"); // to align info text
|
||||||
if (show_user_info)
|
if (show_user_info)
|
||||||
|
|
Loading…
Reference in a new issue