sync comments; everything is upstream now.
This commit is contained in:
parent
26b61a8ce6
commit
763833f37b
@ -1,7 +1,9 @@
|
||||
$OpenBSD: patch-i3status_c,v 1.1 2012/10/09 17:12:31 jasper Exp $
|
||||
$OpenBSD: patch-i3status_c,v 1.2 2012/10/16 10:40:21 jasper Exp $
|
||||
|
||||
- Temperature sensors can now set a 'max_threshold' value to color the
|
||||
output red if exceeded.
|
||||
From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:57:32 +0000
|
||||
Subject: i3status - More temperature related fixes for OpenBSD, and a general feature
|
||||
|
||||
--- i3status.c.orig Tue Oct 9 20:35:06 2012
|
||||
+++ i3status.c Tue Oct 9 20:35:15 2012
|
||||
|
@ -1,14 +1,14 @@
|
||||
$OpenBSD: patch-include_i3status_h,v 1.7 2012/10/09 17:12:31 jasper Exp $
|
||||
$OpenBSD: patch-include_i3status_h,v 1.8 2012/10/16 10:40:21 jasper Exp $
|
||||
|
||||
- Default to acpitz(4) for temperature readings, instead of cpu(4).
|
||||
The acpitz(4) values are eventually used by the kernel to determine if the machine
|
||||
is getting too hot.
|
||||
From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:57:32 +0000
|
||||
Subject: i3status - More temperature related fixes for OpenBSD, and a general feature
|
||||
|
||||
Other devices can be used by setting 'path' in the config file to the sysctl(3)
|
||||
device node.
|
||||
|
||||
- Temperature sensors can now set a 'max_threshold' value to color the
|
||||
output red if exceeded.
|
||||
From 1c2517a3998385dbfca0559aca3ba7e72b5c216c Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:53:34 +0000
|
||||
Subject: i3status - Default to acpitz(4) instead of cpu(4) for OpenBSD temperature readings
|
||||
|
||||
--- include/i3status.h.orig Wed Oct 3 13:44:44 2012
|
||||
+++ include/i3status.h Tue Oct 9 20:36:02 2012
|
||||
|
@ -1,7 +1,9 @@
|
||||
$OpenBSD: patch-man_i3status_man,v 1.3 2012/10/09 17:12:31 jasper Exp $
|
||||
$OpenBSD: patch-man_i3status_man,v 1.4 2012/10/16 10:40:21 jasper Exp $
|
||||
|
||||
- Temperature sensors can now set a 'max_threshold' value to color the
|
||||
output red if exceeded.
|
||||
From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:57:32 +0000
|
||||
Subject: i3status - More temperature related fixes for OpenBSD, and a general feature
|
||||
|
||||
--- man/i3status.man.orig Tue Oct 9 20:35:35 2012
|
||||
+++ man/i3status.man Tue Oct 9 20:35:43 2012
|
||||
|
@ -1,14 +1,15 @@
|
||||
$OpenBSD: patch-src_print_cpu_temperature_c,v 1.5 2012/10/09 17:12:31 jasper Exp $
|
||||
$OpenBSD: patch-src_print_cpu_temperature_c,v 1.6 2012/10/16 10:40:21 jasper Exp $
|
||||
|
||||
- Default to acpitz(4) for temperature readings, instead of cpu(4).
|
||||
The acpitz(4) values are eventually used by the kernel to determine if the machine
|
||||
is getting too hot.
|
||||
From ae4873bac793245e7dea4719c8e0d1c7bc990d5f Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:57:32 +0000
|
||||
Subject: i3status - More temperature related fixes for OpenBSD, and a general feature
|
||||
|
||||
Other devices can be used by setting 'path' in the config file to the sysctl(3)
|
||||
device node.
|
||||
|
||||
- Temperature sensors can now set a 'max_threshold' value to color the
|
||||
output red if exceeded.
|
||||
From 1c2517a3998385dbfca0559aca3ba7e72b5c216c Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:53:34 +0000
|
||||
Subject: i3status - Default to acpitz(4) instead of cpu(4) for OpenBSD temperature readings
|
||||
|
||||
--- src/print_cpu_temperature.c.orig Wed Oct 3 13:44:44 2012
|
||||
+++ src/print_cpu_temperature.c Tue Oct 9 20:36:23 2012
|
||||
|
@ -1,15 +1,14 @@
|
||||
$OpenBSD: patch-src_print_wireless_info_c,v 1.4 2012/10/10 07:20:16 jasper Exp $
|
||||
$OpenBSD: patch-src_print_wireless_info_c,v 1.5 2012/10/16 10:40:21 jasper Exp $
|
||||
|
||||
From 794151cfe76f80fb2c7eebb8d3fbbce8fc5ccb09 Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@humppa.nl>
|
||||
Date: Mon, 08 Oct 2012 20:15:14 +0000
|
||||
Subject: Implement %essid and %signal for wireless on OpenBSD.
|
||||
|
||||
|
||||
|
||||
- handle down wireless interfaces just like ethernet interfaces (e.g. colors!)
|
||||
(added bonus of this approach is that you still get nwid and signal strength
|
||||
info of the interface, for example when it's part of a trunk device.)
|
||||
From ed03d2450ceae3cc7952b65d8349373bbb45a487 Mon Sep 17 00:00:00 2001
|
||||
From: Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
Date: Wed, 10 Oct 2012 07:52:27 +0000
|
||||
Subject: i3status - Handle down wireless interfaces just like ethernet interfaces (e.g. colors)
|
||||
|
||||
--- src/print_wireless_info.c.orig Wed Oct 3 13:44:44 2012
|
||||
+++ src/print_wireless_info.c Tue Oct 9 15:25:03 2012
|
||||
|
Loading…
Reference in New Issue
Block a user