09-29-2020, 04:48 PM
Here's one method I use to help with the slow charge rate:
screen_off.desktop:
Put that file in your panel to kill the backlight when you don't need it on.
screen_off.desktop:
Code:
[Desktop Entry]
Comment[en_US]=
Comment=
Exec=sleep 2s && xset dpms force off
GenericName[en_US]=Use xset to blank the screen
GenericName=Use xset to blank the screen
Icon=composite-track-preview
MimeType=
Name[en_US]=Screen Off
Name=Screen Off
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
Put that file in your panel to kill the backlight when you don't need it on.