Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

docs(widget/glazewm): Added wiki sidebar links #120

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
- [Clock](./(Widget)-Clock)
- [Custom](./(Widget)-Custom)
- [Github](./(Widget)-Github)
- [GlazeWM Workspaces](./(Widget)-GlazeWM-Workspaces)
- [GlazeWM Tiling Direction](./(Widget)-GlazeWM-Tiling-Direction)
- [Home](./(Widget)-Home)
- [Disk](./(Widget)-Disk)
- [Language](./(Widget)-Language)
Expand All @@ -35,4 +37,4 @@
- [Windows-Desktops](./(Widget)-Windows-Desktops)
- [Komorebi Workspaces](./(Widget)-Komorebi-Workspaces)
- [Komorebi Layout](./(Widget)-Komorebi-Layout)
- [Writing Widget](./Writing-Widget)
- [Writing Widget](./Writing-Widget)
8 changes: 4 additions & 4 deletions docs/widgets/(Widget)-GlazeWM-Workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
| Option | Type | Default | Description |
|-------------------------|---------|-------------------------|----------------------------------------------------------|
| `offline_label` | string | `'GlazeWM Offline'` | The label to display when GlazeWM is offline. |
| `populated_label` | string | `'{index}'` | Optional label for populated workspaces. |
| `empty_label` | string | `'{index}'` | Optional label for empty workspaces. |
| `populated_label` | string | `'{name}'` | Optional label for populated workspaces. |
| `empty_label` | string | `'{name}'` | Optional label for empty workspaces. |
| `hide_empty_workspaces` | boolean | `true` | Whether to hide empty workspaces. |
| `hide_if_offline` | boolean | `false` | Whether to hide workspaces widget if GlazeWM is offline. |
| `glazewm_server_uri` | string | `'ws://localhost:6123'` | Optional GlazeWM server uri. |
Expand All @@ -23,8 +23,8 @@ glazewm_workspaces:
# However, you can customize populated and empty labels here using {name} and {display_name} placeholders if needed.
# {name} will be replaced with workspace name (index) from GlazeWM.
# {display_name} will be replaced with workspace display_name from GlazeWM.
# populated_label: "{name} {display_name} \uebb4"e

# populated_label: "{name} {display_name} \uebb4"
# empty_label: "{name} {display_name} \uebb5"
```

Expand Down