summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xlocal/bin/pfetch2
1 files changed, 1 insertions, 1 deletions
diff --git a/local/bin/pfetch b/local/bin/pfetch
index d47b878..772cb70 100755
--- a/local/bin/pfetch
+++ b/local/bin/pfetch
@@ -1051,7 +1051,7 @@ get_wm() {
;;
esac
- log wm "$wm" >&6
+ log wm "$(echo $wm | tr '[:upper:]' '[:lower:]')" >&6
}