summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorSean E. Russell <ser@ser1.net>2020-04-29 10:25:21 -0500
committerSean E. Russell <ser@ser1.net>2020-04-29 10:26:14 -0500
commit3f26ebef76575849f99c2097d38152317746b8e0 (patch)
tree210ebcc3018cdcf2a157ad7ceb6939dbf67b4f49 /widgets
parent3487bbfaed43d53faf8d80c0fce488f113820660 (diff)
Mostly adds the -C option. KNOWN: it must be the first argument.
Doc
Diffstat (limited to 'widgets')
-rw-r--r--widgets/temp.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/widgets/temp.go b/widgets/temp.go
index 05ad3c1..f2b0f93 100644
--- a/widgets/temp.go
+++ b/widgets/temp.go
@@ -31,7 +31,6 @@ type TempWidget struct {
tempsMetric map[string]prometheus.Gauge
}
-// TODO: state:deferred 156 Added temperatures for NVidia GPUs (azak-azkaran/master). Crashes on non-nvidia machines.
func NewTempWidget(tempScale TempScale, filter []string) *TempWidget {
self := &TempWidget{
Block: ui.NewBlock(),