Typo in fs.lua

This commit is contained in:
Stefan Wimmer 2017-01-08 14:45:20 +01:00 committed by GitHub
parent 2f1f0c572a
commit 557b532881
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ local function worker(args)
local notify = args.notify or "on"
local settings = args.settings or function() end
fs.followta g = args.followtag or false
fs.followtag = args.followtag or false
fs.notification_preset = args.notification_preset or { fg = beautiful.fg_normal }
fs.widget = wibox.widget.textbox('')