Merge pull request #199 from vaites/byobu
[termux-packages] / packages / termux-tools / termux-reload-settings
CommitLineData
d6d4e8fe
FF
1#!/data/data/com.termux/files/usr/bin/sh
2
3if [ "$#" != "0" ]; then
4 echo 'usage: termux-reload-settings'
5 echo 'Use without arguments to reload settings after modifying either of:'
6 echo ' ~/.termux/colors.properties'
7 echo ' ~/.termux/font.ttf '
8 echo ' ~/.config/termux/termux.properties'
9 exit
10fi
11
12LD_LIBRARY_PATH= am broadcast --user 0 -a com.termux.app.reload_style com.termux > /dev/null