Skip to content

Commit 6ca428b

Browse files
committed
move sensors widget to match new layout
1 parent 46c5457 commit 6ca428b

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

contrib/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,7 @@ manipulate them
140140

141141
**vicious.contrib.rss**
142142

143-
vicious.contrib.sensors
144-
-
143+
**vicious.contrib.sensors**
145144

146145
vicious.contrib.wpa
147146
- provides information about the wifi status
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ local string = {
1717

1818
-- Sensors: provides access to lm_sensors data
1919
-- vicious.contrib.sensors
20-
local sensors = {}
20+
local sensors_linux = {}
2121

2222

2323
-- {{{ Split helper function
@@ -66,4 +66,4 @@ local function worker(format, warg)
6666
end
6767
-- }}}
6868

69-
return setmetatable(sensors, { __call = function(_, ...) return worker(...) end })
69+
return setmetatable(sensors_linux, { __call = function(_, ...) return worker(...) end })

0 commit comments

Comments
 (0)