Skip to content

Commit

Permalink
fixed semicolon for yabai widget
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaorio committed Aug 19, 2019
1 parent 9b69f6b commit 347c9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nero-bottom/yabai.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const updateState = event => {
const mode = getSpaceMode(space.type);
const index = space.index;
const name = getSpaceName(index);
return `[0${index}-${name}] ${mode}`;
return `[0${index}-${name}]: ${mode}`;
}
else return initialState;
};
Expand Down

0 comments on commit 347c9df

Please sign in to comment.