Skip to content

Commit

Permalink
docs: fix komorebi example in readme by changing the provider name (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinjadhav818 authored Mar 7, 2024
1 parent d0f425b commit ed00bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ And in the Zebar config (if using the default generated one), replace the GlazeW
background: rgba(255, 255, 255, 0.1);
}
}
providers: ['glazewm']
providers: ['komorebi']
template: |
@for (workspace of komorebi.currentWorkspaces) {
<button class="workspace {{ workspace === komorebi.focusedWorkspace && 'active' }}">
Expand Down

0 comments on commit ed00bae

Please sign in to comment.