From 57c59eb422ec3502b35b25dfe492a0905c703b4b Mon Sep 17 00:00:00 2001 From: hat3ph <88069788+hat3ph@users.noreply.github.com> Date: Wed, 28 Jul 2021 21:15:18 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b4024b..b147101 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,8 @@ done < playlist_file ### Changing settings in `theme.conf.user` You can change a few settings in this file -- `background` - default background image -- `background_day` and `background_night` - video playlists +- `background_img_day` and `background_img_night` - default background day/night image +- `background_vid_day` and `background_vid_night` - video playlists - `displayFont` - font - `showLoginButton` - if set to false will hide the login button - `showClearPasswordButton` - if set to false will hide the clear password button that appears when text is inputed @@ -63,8 +63,8 @@ Example config (not the same as the screenshots): ``` [General] -background_day=playlist_day.m3u -background_night=playlist_night.m3u +background_vid_day=playlist_day.m3u +background_vid_night=playlist_night.m3u displayFont="Misc Fixed" showLoginButton=false passwordLeftMargin=15