You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
408 B

#!/data/data/com.termux/files/usr/bin/sh
if [ "$#" != "0" ]; then
echo 'usage: termux-reload-settings'
echo 'Use without arguments to reload settings after modifying either of:'
echo ' ~/.termux/colors.properties'
echo ' ~/.termux/font.ttf '
echo ' ~/.config/termux/termux.properties'
exit
fi
am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null