diff options
Diffstat (limited to 'local/bin/pfetch')
-rwxr-xr-x | local/bin/pfetch | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |