From bc826bb1bed8888d85eddf775934a92f1a71db5d Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 2 Jun 2024 13:53:10 -0500 Subject: updates --- local/bin/pfetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local/bin/pfetch') diff --git a/local/bin/pfetch b/local/bin/pfetch index 4dbc80f..ab098f2 100755 --- a/local/bin/pfetch +++ b/local/bin/pfetch @@ -382,7 +382,7 @@ get_os() { ;; (FreeBSD) - distro="$os $(freebsd-version)" + distro="$(echo $os | tr '[:upper:]' '[:lower:]')" ;; (*) @@ -1051,7 +1051,7 @@ get_wm() { ;; esac - log wm "hikari" >&6 + log wm "cwm" >&6 } -- cgit v1.2.3