From aa137d609691022dab86b73996ce3a0fc66b9eb8 Mon Sep 17 00:00:00 2001 From: Dipesh Acharya Date: Sat, 10 Dec 2011 01:08:40 +0545 Subject: [PATCH] added support for multiple multi-core CPUs --- README | 1 + metadata.json | 1 + 2 files changed, 2 insertions(+) create mode 100644 README create mode 100644 metadata.json diff --git a/README b/README new file mode 100644 index 0000000..01a8d2e --- /dev/null +++ b/README @@ -0,0 +1 @@ +Gnome Shell Extension that adds an applet on the panel which reveals current CPU temperature in Degree Celsius and Fahrenheit. diff --git a/metadata.json b/metadata.json new file mode 100644 index 0000000..93e910e --- /dev/null +++ b/metadata.json @@ -0,0 +1 @@ +{"shell-version": ["3.0", "3.1", "3.2"], "uuid": "temperature@xtranophilist", "name": "CPU Temperature Indicator", "description": "Shows CPU Temperature", "url": "http://motorscript.com/gnome-shell-extension-cpu-temperature/"}