From c17d7a5a9dd615316cf0c195c176f6499f640e10 Mon Sep 17 00:00:00 2001 From: PK Date: Fri, 19 Mar 2021 16:52:51 -0500 Subject: [PATCH] OpenSUSE icon tweak, Zypper support + APT readded --- uwufetch.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/uwufetch.c b/uwufetch.c index a3064c0..c92604d 100644 --- a/uwufetch.c +++ b/uwufetch.c @@ -99,6 +99,7 @@ int pkgman() { // this is just a function that returns the total of installed pa }; struct package_manager pkgmans[] = { + { "apt list --installed 2> /dev/null | wc -l", "(apt)" }, { "apk info 2> /dev/null | wc -l", "(apk)" }, { "dnf list installed 2> /dev/null | wc -l", "(dnf)" }, { "qlist -I 2> /dev/null | wc -l", "(emerge)" }, @@ -108,6 +109,7 @@ int pkgman() { // this is just a function that returns the total of installed pa { "pacman -Qq 2> /dev/null | wc -l", "(pacman)" }, { "rpm -qa --last 2> /dev/null | wc -l", "(rpm)" }, { "xbps-query -l 2> /dev/null | wc -l", "(xbps)" } + { "zypper se --installed-only 2> /dev/null | wc -l", "(zypper)" } }; const unsigned long pkgman_count = sizeof(pkgmans) / sizeof(pkgmans[0]); @@ -335,13 +337,10 @@ void print_ascii() { // prints logo (as ascii art) of the given system. distribu " %s | %s| %s---- %s|\n" " %s --%s'--------'\n\n",GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN, WHITE, GREEN); } else if (strcmp(version_name, "\"opensuse-leap\"") == 0) { - printf("\033[2E\033[6C%s_______\n" - " ___| %s__%s \\\n" - " / %s/ o\\%s|\n" - " %s\\__/%s|\n" - " ______/\n" - " \\_______\n" - " \\_________/\n\n", GREEN, NORMAL, GREEN, NORMAL, GREEN, NORMAL, GREEN); + printf("\033[3E\033[3C%s|\\----/|\n" + " _ / %sO O%s\\\n" + " __. W /\n" + " '----'\n\n\n", GREEN, WHITE, GREEN); } else if (strcmp(version_name, "pop") == 0) { printf("\033[2E\033[6C%s|\\.-----./|\n" " |/ \\|\n"