Skip to content

Commit

Permalink
Accept Pango markup by default on all text widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes authored and flacjacket committed Jul 23, 2019
1 parent 38a1a32 commit dd0ae55
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 @@ -292,7 +292,7 @@ class _TextBox(_Widget):
None,
"font shadow color, default is None(no shadow)"
),
("markup", False, "Whether or not to use pango markup"),
("markup", True, "Whether or not to use pango markup"),
("fmt", "{}", "How to format the text")
] # type: List[Tuple[str, Any, str]]

Expand Down

0 comments on commit dd0ae55

Please sign in to comment.