From 7e81bb8a95f2407b6502f0040dd70bcb6a44ba65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Sun, 15 Jan 2012 00:17:47 +0100 Subject: cpufreq: differentiate between ondemand and conservative In cpufreq widget, governor char is the same for ondemand and conservative which makes it impossible to overload symbols to different values for these two governors in a format function. Signed-off-by: Adrian C. (anrxc) --- widgets/cpufreq.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/cpufreq.lua b/widgets/cpufreq.lua index f7c6a27..a4f2eaa 100644 --- a/widgets/cpufreq.lua +++ b/widgets/cpufreq.lua @@ -25,7 +25,7 @@ local function worker(format, warg) ["powersave\n"] = "⌁", ["userspace\n"] = "¤", ["performance\n"] = "⚡", - ["conservative\n"] = "↯" + ["conservative\n"] = "⊚" } -- Default voltage values local voltage = { v = "N/A", mv = "N/A" } -- cgit v1.2.3