Skip to content

Commit

Permalink
docs(widgets): fix typo in volume_label description
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Sep 21, 2024
1 parent f9c0a28 commit 9ca1050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/widgets/(Widget)-Disk.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ disk:
- **label:** The format string for the disk widget. Displays free space in percent.
- **label_alt:** The alternative format string for the disk widget.
- **volume_label:** Partition/volumew hich you want to show in the bar.
- **volume_label:** Partition/volume which you want to show in the bar.
- **update_interval:** The interval in seconds to update the disk widget. Must be between 0 and 3600.
- **callbacks:** A dictionary specifying the callbacks for mouse events. The keys are `on_left`, `on_middle`, and `on_right`, and the values are the names of the callback functions.

Expand Down

0 comments on commit 9ca1050

Please sign in to comment.