summaryrefslogtreecommitdiff
path: root/local/bin/pfetch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlocal/bin/pfetch4
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
}