After horizontally splitting my frame into 4-5 windows, the info in the mode-line gets truncated. So is there a way to decrease its font size like I do in a buffer so that its text doesn't get truncated?
You can do this, for instance
(set-face-attribute 'mode-line nil :height 60)
Substitute 60 for the height you want. You may use hooks to change the value dynamically depending of some conditions, but afaik all the mode-lines will share same font.
You can type M-x customize-face RET mode-line
, and set the height attribute.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With