summaryrefslogtreecommitdiff
path: root/rc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'rc.lua')
-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()