From 97ce8456231b997135be6c5f1afaee08eff2cbb1 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Tue, 25 Jun 2024 11:28:53 -0500 Subject: Updates --- local/bin/pfetch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'local/bin/pfetch') diff --git a/local/bin/pfetch b/local/bin/pfetch index 924d690..e3d6df0 100755 --- a/local/bin/pfetch +++ b/local/bin/pfetch @@ -245,8 +245,8 @@ get_os() { # the file contents as plain-text. while IFS='=' read -r key val; do case $key in - (PRETTY_NAME) - distro=$val + (NAME) + distro="$(echo $val | tr '[:upper:]' '[:lower:]')" ;; esac done < /etc/os-release @@ -1051,7 +1051,7 @@ get_wm() { ;; esac - log wm "hikari" >&6 + log wm "sway" >&6 } -- cgit v1.2.3