Commit graph

407 commits

Author SHA1 Message Date
TheDarkBug
c0fe9fe0dc
Merge pull request #57 from Guaxinim5573/main
Add long options support (thanks, I was searching for a way to do this, but I couldn't find anything).
2021-03-31 21:13:50 +02:00
Guaxinim5573
6f592e3f4a Add long options support 2021-03-31 12:47:07 -03:00
TheDarkBug
383abb2aa0
Merge pull request #53 from dqnk/main
fixing issues with printing of gpus, fixed #54
2021-03-22 00:28:22 +01:00
dqnk
9787f5b394 solved issue #54 2021-03-21 21:07:09 +01:00
dqnk
8a9595179e formated the code so that it will be easier to print more data in the future if we ever decide to 2021-03-21 20:17:49 +01:00
dqnk
d684bc0ec3 added removing of square brackets from GPU names 2021-03-21 20:07:22 +01:00
TheDarkBug
b4d5568129
Merge pull request #52 from prettykool/main
Zypper support, OpenSUSE icon mod, README changes, and APT comeback.
2021-03-20 00:16:16 +01:00
P.K
a0bedd1dbf
Quick fix 2021-03-19 17:01:52 -05:00
PK
b56336e1cc README change 2021-03-19 16:54:35 -05:00
PK
c17d7a5a9d OpenSUSE icon tweak, Zypper support + APT readded 2021-03-19 16:52:51 -05:00
TheDarkBug
cc6cc72a2e
Merge pull request #51 from MineClashTV/main
Shorten names to the width of the terminal automatically
2021-03-19 20:59:16 +01:00
TheDarkBug
937dfc1ac5
Merge pull request #50 from zeGolem/gpu-fix
gpu: forced LANG environement variable to en_US before running lshw
2021-03-19 20:57:22 +01:00
Pascal Puffke
9e299dc8a4
I'm tired 2021-03-19 19:38:46 +01:00
Pascal Puffke
a647bfc6ba
Truncate kernel name 2021-03-19 19:33:17 +01:00
Pascal Puffke
9d94953d47
Truncate kernel name 2021-03-19 19:32:12 +01:00
Pascal Puffke
ec1af43272
Fix CPU and GPU length based on terminal width
If the CPU or GPU name strings are longer than the terminal width minus 28, truncate them
2021-03-19 19:21:35 +01:00
zegolem
953397e178 Merge https://github.com/TheDarkBug/uwufetch into gpu-fix 2021-03-19 18:10:29 +01:00
zegolem
208c40c19e gpu: forced LANG environement variable to en_US before running lshw
Before, as my system is configured with LANG=fr_FR
so, lshw would output in french, and the program
couldn't find the right strings in the output,
and so, my GPU wasn't properly detected.

There may be other instances of similar issues
in the code, but for now, everything shows up
correctly for me.
2021-03-19 17:44:35 +01:00
TheDarkBug
3ada75bbaa Fixed -Wsign-compare. 2021-03-19 17:28:09 +01:00
TheDarkBug
7f26eb72f9
Merge pull request #48 from zeGolem/cleaner-pkgmans
Code cleanup: rewrote pkgmans() to be cleaner
2021-03-19 17:23:35 +01:00
TheDarkBug
16fd121d50 Fixed #47, gpu_model[] min length is now 2. 2021-03-19 17:04:50 +01:00
zegolem
9e373494fe Code cleanup: rewrote pkgmans() to be cleaner
It uses now a `package_manager` struct, and is overall nicer to work
with, especially to add new package managers. You now just have to add a
new entry to the array.
2021-03-19 16:56:24 +01:00
TheDarkBug
c3af321196 New disclaimer in -h option, we need double-dash options (--opt) 2021-03-19 10:54:42 +01:00
TheDarkBug
fbadd43ad3 New ascii owosuse (I'm not an artist, so i created a minster), closed #44. 2021-03-18 23:22:12 +01:00
TheDarkBug
a73c3bf70c Rearranged comments and some variables initialization. 2021-03-18 22:53:32 +01:00
TheDarkBug
57e016e3dc
Merge pull request #45 from dqnk/main
added multi-gpu support - up to 8 gpus
2021-03-18 22:52:34 +01:00
dqnk
5d91c163cb added multi-gpu support - up to 8 gpus 2021-03-18 21:54:29 +01:00
TheDarkBug
596b2ce458 Replaced with (line 180), trying to fix #43 2021-03-17 10:38:48 +01:00
TheDarkBug
20958b6118 Fixed #42, shortened shell name for termux. 2021-03-16 20:25:09 +01:00
TheDarkBug
117dfe96dd Fixed #39 with gpu_name max length. 2021-03-16 15:26:25 +01:00
TheDarkBug
fbc9b49c90
Requisites section in README 2021-03-16 09:13:29 +01:00
TheDarkBug
a695c922f4 Theoretically fixed gpu name being too long, new 'Requisites' in readme, now uwufetch depends from lshw 2021-03-16 09:10:54 +01:00
TheDarkBug
694a09a47d Cpu name fix (#39) 2021-03-16 08:19:57 +01:00
TheDarkBug
839458713a
Merge pull request #41 from prettykool/main
Image bug fix, added -l to help page
2021-03-16 07:51:59 +01:00
PK
1e72210a14 Image bug fix, added -l to help page 2021-03-15 21:04:23 -05:00
TheDarkBug
bb15873fba Added gpu info for termux. 2021-03-15 00:19:02 +01:00
TheDarkBug
81532e5571
Merge pull request #38 from Guaxinim5573/main
Add GPU support
2021-03-14 22:58:10 +01:00
Guaxinim5573
6d71999d09 Add GPUWU support 2021-03-14 18:51:25 -03:00
TheDarkBug
28c4c7a59f Added support for raspbian, fixed #36. GPU info is wip. 2021-03-14 21:42:52 +01:00
TheDarkBug
5d3d8cbcdf Merge remote-tracking branch 'origin/main' 2021-03-14 19:19:36 +01:00
TheDarkBug
f045e8ec00 Working on gpu info 2021-03-14 19:19:30 +01:00
TheDarkBug
ee9b73147f
Merge pull request #34 from d1snin/patch-1
kewnel uwu
2021-03-14 19:00:29 +01:00
Mikhail Koshkin
0772596787
kewnel uwu 2021-03-14 19:02:29 +03:00
TheDarkBug
ff432383bd
Merge pull request #33 from Joe-Todd0/patch-1
fix manjaro-arm uwu name
2021-03-14 16:09:05 +01:00
Joe Todd
dbfabb4ccb
fix manjaro-arm uwu name 2021-03-14 14:58:41 +00:00
TheDarkBug
9933280db5 Renamed pop os image. 2021-03-14 15:29:36 +01:00
TheDarkBug
e7b1d4b405
Merge pull request #32 from sethnine/main
Pop os wasn't being detected automatically this is the patch
2021-03-14 15:21:11 +01:00
TheDarkBug
b727eb7c04 Finally fixed #27. 2021-03-14 15:19:49 +01:00
sethnine
20f5477a7a
Pop os wasn't being detected this is the patch 2021-03-14 23:48:23 +11:00
TheDarkBug
da1b4470a1 Possible fix for #27 2021-03-14 13:14:57 +01:00