feat: add some changes & fixes

master
TBS093A 2023-04-18 13:30:30 +02:00
parent 359f59d800
commit 4ce1b3be9a
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
# Authentication: # Authentication:
#LoginGraceTime 2m #LoginGraceTime 2m
#PermitRootLogin prohibit-password
PermitRootLogin yes PermitRootLogin yes
#StrictModes yes #StrictModes yes
#MaxAuthTries 6 #MaxAuthTries 6

View File

@ -37,8 +37,8 @@ neofetch=`neofetch \
--colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \ --colors $TITLE_COLOR $AT_COLOR $UNDERLINE_COLOR $SUBTITLE_COLOR $COLON_COLOR $INFO_COLOR \
--color_blocks off \ --color_blocks off \
--ascii_colors $OS_COLOR \ --ascii_colors $OS_COLOR \
# --ascii_distro macos # debug
` `
# --ascii_distro macos # debug
hostName=`uname -n` hostName=`uname -n`
diskSpace=`df -Ph | grep xvda1 | awk '{print $4}' | tr -d '\n'` diskSpace=`df -Ph | grep xvda1 | awk '{print $4}' | tr -d '\n'`