Skip to content

Commit

Permalink
docs(configuration): add hide_taskbar option to configuration documen…
Browse files Browse the repository at this point in the history
…tation

Updated the Configuration.md file to include the new `hide_taskbar` boolean option, which allows users to hide the Windows taskbar from all screens. This addition aims to enhance user experience by providing better control over the taskbar visibility.
  • Loading branch information
amnweb committed Dec 22, 2024
1 parent b169188 commit cda31a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All valid options for the widgets are listed on the widgets page.
| `watch_stylesheet` | boolean | `true` | Reload bar when style is changed. |
| `watch_config` | boolean | `true` | Reload bar when config is changed. |
| `debug` | boolean | `false` | Enable debug mode to see more logs |

| `hide_taskbar` | boolean | `false` | Hide Windows taskbar from all screens. Note: for better performance set taskbar auto-hide. |


## Komorebi settings for tray menu
Expand Down
2 changes: 2 additions & 0 deletions docs/widgets/(Widget)-Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
| `blur` | boolean | `true` | Blur background. |
| `alignment` | string | `"left"` | Alignment of the menu. Possible values: `"left"`, `"center"`, `"right"`. |
| `direction` | string | `"down"` | Direction of the menu. Possible values: `"up"`, `"down"`. |
| `distance` | int | `6` | Distance from the top or bottom edge of the bar. |
| `menu_labels` | dict | `{'shutdown': 'Shutdown', 'restart': 'Restart', 'logout': 'Logout', 'lock': 'Lock', 'sleep': 'Sleep', 'system': 'System Settings', 'about': 'About This PC', 'task_manager': 'Task Manager'}` | Custom label names for system and power items. |
| `container_padding` | dict | `{'top': 0, 'left': 0, 'bottom': 0, 'right': 0}` | Explicitly set padding inside widget container. |

Expand Down Expand Up @@ -55,6 +56,7 @@ home:
- **blur**: Blur background. Enabling this option will blur the background and add default OS radius and border to the widget.
- **alignment**: Alignment of the menu. Possible values: `"left"`, `"center"`, `"right"`.
- **direction**: Direction of the menu. Possible values: `"up"`, `"down"`.
- **distance**: Distance from the top or bottom edge of the bar. Use this option to set the distance from the top or bottom edge of the bar. You can set the distance in pixels.
- **menu_labels**: Custom label names for system and power items. Use this option to change the default labels for system and power menu items.
- **container_padding**: Explicitly set padding inside widget container. Use this option to set padding inside the widget container. You can set padding for top, left, bottom and right sides of the widget container.
Expand Down

0 comments on commit cda31a2

Please sign in to comment.