(Scripts/status)~Changed emoticons

This commit is contained in:
2023-10-21 00:39:16 +01:00
parent 042590c117
commit 79f1fdfcf5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,2 +1,2 @@
#!/usr/bin/env bash
echo $(date +'%A %d %b %R')
echo " $(date +'%A %d %b %R')"

View File

@@ -11,4 +11,4 @@ then
emacs="N/A"
fi
echo " $(printf "%dMB" $used) $value% ->  $emacs"
echo " $(printf "%dMB" $used) $value% ->  $emacs"

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
echo " $(sensors | grep "Core" | sed 's/Core [0-9]:[ ]*+//;s/C.*//' | sort -r | head -1)C"
echo " $(sensors | grep "Core" | sed 's/Core [0-9]:[ ]*+//;s/C.*//' | sort -r | head -1)C"