You are not logged in.
Pages: 1
Does anyone know how to fix this? The fonts in the time progress bar look very small. I'm not even exactly sure where I would start on fixing this. The only thing in my config is save-position-on-quit. On my other machines I do not have this problem. 
Offline
Hi
Try to experiment with ~/.config/mpv/mpv.conf
I tried `font-size`, `fontsize` and `font-scale`, but sadly it doesn't work. You can try setting `font=[font]`, because your current font can be small, try for example `font=monospace`, maybe it will work. Probably in documentation are all available options for this config, so i'm going to find.
Offline
So already i know that `font` is deprecated, so better will be `osd-font`, and which is most important - there is `osd-font-size`, but that doesn't work for bar, (maybe for me only, so you can try), `osd-font-size` changes for example size of font when you press i. You can experiment with other `osd` options, options in config is almost the same as started by `--` via comand line, everything should be in manual, or if you use zsh with completion, you will get all options
Offline
Pages: 1