On 27.12.2019 09:18, J A wrote:
I have two monitors that are not equal in size. Is there a way that I could configure the font size on my bar to change based on which monitor it is on?
The height the bar is the second parameter to the bar[1] and the font size is set on the individual widget.
As in this example a dict with the size[2] is added to the widget[3], you could just make a second dict with different size and add that one to the widgets.
[1] https://github.com/qtile/qtile-examples/blob/master/tych0/config.py#L70 [2] https://github.com/qtile/qtile-examples/blob/master/tych0/config.py#L40 [3] https://github.com/qtile/qtile-examples/blob/master/tych0/config.py#L67
-- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "qtile-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qtile-dev/99f5f44767a0a00374772267cb7a4615%40olstad.com.
