aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/i3/scripts/executable_temperature')
-rw-r--r--dot_config/i3/scripts/executable_temperature2
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/i3/scripts/executable_temperature b/dot_config/i3/scripts/executable_temperature
index 4e31610..a4d5f9e 100644
--- a/dot_config/i3/scripts/executable_temperature
+++ b/dot_config/i3/scripts/executable_temperature
@@ -51,7 +51,7 @@ open (SENSORS, "sensors -u $chip |") or die;
51while (<SENSORS>) { 51while (<SENSORS>) {
52 if (/^\s+temp1_input:\s+[\+]*([\-]*\d+\.\d)/) { 52 if (/^\s+temp1_input:\s+[\+]*([\-]*\d+\.\d)/) {
53 $temperature = $1; 53 $temperature = $1;
54 last; 54 last;
55 } 55 }
56} 56}
57close(SENSORS); 57close(SENSORS);
Powered by cgit v1.2.3 (git 2.41.0)