Skip to content

Commit

Permalink
Merge pull request #120 from Video-Nomad/docs/glazewm-sidebar-links
Browse files Browse the repository at this point in the history
docs(widget/glazewm): Added wiki sidebar links
  • Loading branch information
amnweb authored Jan 24, 2025
2 parents 2794e2c + 2d6b6c3 commit 57d6c63
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
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

0 comments on commit 57d6c63

Please sign in to comment.