summaryrefslogtreecommitdiff
path: root/motd
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-05-08 14:10:48 +0200
committeryuzu-eva <cafebabe@disroot.org>2025-05-08 14:10:48 +0200
commit80f0b6320d1963ad369d73dcfac92e344d1c7dde (patch)
treeb301732451e06ccf5556bbc8e50116367706cb3d /motd
parentef7c1605a027b52bbff1b01ea693b60f53fa3a71 (diff)
fixed temperature in motd script
Diffstat (limited to 'motd')
-rwxr-xr-xmotd6
1 files changed, 3 insertions, 3 deletions
diff --git a/motd b/motd
index a41efa6..79db706 100755
--- a/motd
+++ b/motd
@@ -75,9 +75,9 @@ set swap(f) [lindex $memory 16]
# * temperature from lm-sensors, probably need to change
# * depending on your hardware
set temperature [exec -- sensors | grep °C | tr -d '+']
-set tem(c) [lindex $temperature 1]
-set tem(d) [lindex $temperature 5]
-set tem(g) [lindex $temperature 45]
+set tem(c) [lindex $temperature 63]
+set tem(d) [lindex $temperature 34]
+set tem(g) [lindex $temperature 46]
set title "WELCOME TO MAKAI"