Skip to content

Commit

Permalink
This is even better
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Dec 5, 2023
1 parent 76e33b7 commit e0b6b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libqtile/widget/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class _TextBox(_Widget):
"fmt",
"{}",
"Format to apply to the string returned by the widget. Main purpose: applying markup. "
"For a widget that returns ``foo``, using ``fmt='<i>{}</i>'`` would give you ``'<i>foo</i>'``. "
"For a widget that returns ``foo``, using ``fmt='<i>{}</i>'`` would give you ``<i>foo</i>``. "
"To control what the widget outputs in the first place, use the ``format`` paramater of the widget (if it has one).",
),
("max_chars", 0, "Maximum number of characters to display in widget."),
Expand Down

0 comments on commit e0b6b0e

Please sign in to comment.