aboutsummaryrefslogtreecommitdiff
path: root/cpufreq.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cpufreq.lua')
-rw-r--r--cpufreq.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpufreq.lua b/cpufreq.lua
index 7c62455..aa36151 100644
--- a/cpufreq.lua
+++ b/cpufreq.lua
@@ -19,10 +19,10 @@ module("vicious.cpufreq")
local function worker(format, cpuid)
local cpufreq = helpers.pathtotable("/sys/devices/system/cpu/"..cpuid.."/cpufreq")
local governor_state = {
- ["ondemand\n"] = "↯",
- ["powersave\n"] = "⌁",
- ["userspace\n"] = "¤",
- ["performance\n"] = "⚡",
+ ["ondemand\n"] = "↯",
+ ["powersave\n"] = "⌁",
+ ["userspace\n"] = "¤",
+ ["performance\n"] = "⚡",
["conservative\n"] = "↯"
}
-- Default voltage values