diff options
Diffstat (limited to '')
| -rw-r--r-- | .config/mpv/mvi/script-opts/status_line.conf (renamed from .config/mvi/script-opts/status_line.conf) | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/mvi/script-opts/status_line.conf b/.config/mpv/mvi/script-opts/status_line.conf index 2245494..ec15108 100644 --- a/.config/mvi/script-opts/status_line.conf +++ b/.config/mpv/mvi/script-opts/status_line.conf @@ -1,11 +1,14 @@ # whether to show by default enabled=yes -# its position, possible values: (bottom|top)-(left|right) -position=bottom-left # its font size size=36 +# distance of the text to the borders +margin=10 # the text to be expanded # see property expansion: https://mpv.io/manual/master/#property-expansion # \N can be used for line breaks # you can also use ass tags, see here: http://docs.aegisub.org/3.2/ASS_Tags/ -text=${filename} [${playlist-pos-1}/${playlist-count}] +text_top_left= +text_top_right= +text_bottom_left=${filename} [${playlist-pos-1}/${playlist-count}] +text_bottom_right=[${dwidth:X}x${dheight:X}] |