aboutsummaryrefslogtreecommitdiff
path: root/cpufreq.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-20 04:33:27 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-02-20 04:33:27 +0100
commitb96cb9835280f944b7f75ed26e31d4df3e7bf9b1 (patch)
tree89a7bb6286567587225d0332c32b38f76fcffbda /cpufreq.lua
parent23d09f0c5d3eedfd5fc399fb83788768f18664a1 (diff)
downloadvicious-legacy-b96cb9835280f944b7f75ed26e31d4df3e7bf9b1.tar.xz
bat: added a note about Apple PMU and ACPI/procfs
Diffstat (limited to 'cpufreq.lua')
-rw-r--r--cpufreq.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq.lua b/cpufreq.lua
index f6020e2..7c62455 100644
--- a/cpufreq.lua
+++ b/cpufreq.lua
@@ -21,7 +21,7 @@ local function worker(format, cpuid)
local governor_state = {
["ondemand\n"] = "↯",
["powersave\n"] = "⌁",
- ["userspace\n"] = "@",
+ ["userspace\n"] = "¤",
["performance\n"] = "⚡",
["conservative\n"] = "↯"
}