summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2017-03-29 15:18:10 +0200
committerache <ache@ache.one>2017-03-29 15:18:10 +0200
commit70a5a3741653a94c2b49b6336274df481e2432d7 (patch)
tree2fbb4084460e243a7464d589cae219645390bd20
parentNo shitfy ... (diff)
Buxfix aw3 -> aw4
-rw-r--r--rc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.lua b/rc.lua
index 6fa66ed..65d35e4 100644
--- a/rc.lua
+++ b/rc.lua
@@ -357,7 +357,7 @@ function showHideWibox()
for s = 1, screen.count() do
mywibox[s].visible = not mywibox[s].visible
end
- if mywibox[mouse.screen].visible then
+ if mywibox[1].visible then
wp_timer:start()
else
wp_timer:stop()