Merge pull request #256 from wimstefan/master

Typo in fs.lua
This commit is contained in:
Luke Bonham 2017-01-08 16:45:54 +01:00 committed by GitHub
commit fdb6e412a0
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('')