[STY] Add "barry" (white) theme #1

Open
Boris wants to merge 139 commits from axiom-team/astrXbian:master into boris
1 changed files with 2 additions and 2 deletions
Showing only changes of commit c4d8eefd2b - Show all commits

View File

@ -170,8 +170,8 @@ if [[ $(($runtime % 15)) == 0 ]]; then
########################################################################
# RE/LAUNCHING INSTASCAN API
instascan=$(ps auxf --sort=+utime | grep -w nc | grep -v -E 'color=auto|grep' | tail -n 1 | cut -d " " -f 1)
[[ $instascan ]] && killall instascan_login.sh && killall nc && ~/.zen/Astroport.ONE/tools/instascan_login.sh &
[[ ! $instascan ]] && ~/.zen/Astroport.ONE/tools/instascan_login.sh &
[[ $instascan ]] && killall instascan_login.sh && killall nc # && ~/.zen/Astroport.ONE/tools/instascan_login.sh &
# [[ ! $instascan ]] && ~/.zen/Astroport.ONE/tools/instascan_login.sh &
# git reset --hard
cd $MY_PATH