File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1- scn_cursor #! /bin/bash
1+ #! /bin/bash
22#
33# SPDX-License-Identifier: GPL-3.0-or-later
44# Copyright 2014 The moOde audio player project / Tim Curtis
@@ -864,13 +864,14 @@ ashuffle_exclude=$(moodeutl -d -gv "ashuffle_exclude")
864864value=$( moodeutl -d -gv " scn_cursor" )
865865[[ " $value " = " 1" ]] && scn_cursor=" On" || scn_cursor=" Off"
866866value=$( moodeutl -d -gv " scn_blank" )
867- [[ " $value " = " off" ]] && scn_blank=" Off" || scn_blank=" ${arr[84]} Secs"
867+ [[ " $value " = " off" ]] && scn_blank=" Off" || scn_blank=" $value Secs"
868868on_screen_kbd=$( moodeutl -d -gv " on_screen_kbd" )
869869hdmi_cec=$( moodeutl -d -gv " hdmi_cec" )
870870hdmi_enable_4kp60=$( moodeutl -d -gv " hdmi_enable_4kp60" )
871871disable_gpu_chromium=$( moodeutl -d -gv " disable_gpu_chromium" )
872872chromium_ver=$( dpkg -l | grep -m 1 " chromium-browser" | awk ' {print $3}' | cut -d" :" -f 2)
873873dsi_backlight=$( moodeutl -d -gv " dsi_backlight" )
874+ dsi_scn_brightness=$( moodeutl -d -gv " dsi_scn_brightness" )
874875value=$( moodeutl -d -gv usb_volknob)
875876[[ " $value " = " 1" ]] && usb_volknob=" On" || usb_volknob=" Off"
876877led_state=$( moodeutl -d -gv led_state)
You can’t perform that action at this time.
0 commit comments