Skip to content

Commit

Permalink
feat(docs): add switch_workspace_animation parameter to widget docume…
Browse files Browse the repository at this point in the history
…ntation
  • Loading branch information
amnweb committed Nov 25, 2024
1 parent 31ffd1d commit 632dfb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/widgets/(Widget)-Windows-Desktops.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
|----------------------------|---------|--------------------------|-----------------------------------------------------------------------------|
| `label_workspace_btn` | string | `'{index}'` | The format string for workspace buttons. |
| `label_workspace_active_btn` | string | `'{index}'` | The format string for the active workspace button. |
| `switch_workspace_animation` | string | `'true'` | The OS animation to use when switching workspaces. |
| `container_padding` | dict | `{'top': 0, 'left': 0, 'bottom': 0, 'right': 0}` | Explicitly set padding inside widget container.

## Example Configuration
Expand All @@ -23,6 +24,7 @@ windows_workspaces:
## Description of Options
- **label_workspace_btn:** The format string for workspace buttons, can be icon or {index}.
- **label_workspace_active_btn:** The format string for the active workspace button, can be icon or {index}.
- **switch_workspace_animation:** The OS animation to use when switching workspaces.
- **container_padding:** Explicitly set padding inside widget container.
Expand Down

0 comments on commit 632dfb1

Please sign in to comment.