Skip to content

Commit

Permalink
fix #2 collect workspace urgent status
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Dec 29, 2017
1 parent efabe8e commit 92f6c30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/i3_workspace_indicator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ return function (opt)
for i, w in ipairs(new_workspaces) do
workspaces[w['num']] = {
['num'] = w['num'],
['visible'] = w['visible']
['visible'] = w['visible'],
['urgent'] = w['urgent']
}
end

Expand Down

0 comments on commit 92f6c30

Please sign in to comment.