aye...
This commit is contained in:
parent
aee9587d4c
commit
19fed56e4b
@ -242,8 +242,8 @@ Categories=Qortal;
|
||||
EOL
|
||||
|
||||
echo "${CYAN} Adding CUSTOM QORTAL ICON THEME...${NC}\n"
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/add-qortal-icons-theme.sh
|
||||
chmod +x add-qortal-icons-theme.sh
|
||||
curl -L -O https://raw.githubusercontent.com/crowetic/QORTector-scripts/main/add-qortal-icon-theme.sh
|
||||
chmod +x add-qortal-icon-theme.sh
|
||||
|
||||
# Create autostart task to run it once after login
|
||||
cat > "${HOME}/.config/autostart/apply-qortal-icons.desktop" <<EOL
|
||||
@ -266,18 +266,20 @@ echo "NOTE: THE ICONS IN SOME CASES (SUCH AS MENU BUTTON) MAY NOT WORK IMMEDIATE
|
||||
sleep 10
|
||||
echo
|
||||
echo "executing icon theme script..."
|
||||
./add-qortal-icons-theme.sh
|
||||
./add-qortal-icon-theme.sh
|
||||
echo "COMPLETE. You now have 'qortal-hub' 'qortal' 'qortal-ui' and 'qortal-menu-button' through 'qortal-menu-button-4' icons usable throughout system on main account."
|
||||
echo
|
||||
echo "(again, menu button icon may require a restart to display properly."
|
||||
sleep 5
|
||||
echo "closing in 5 seconds
|
||||
echo "closing in 5 seconds"
|
||||
sleep 4
|
||||
exit
|
||||
|
||||
EOL
|
||||
|
||||
#./add-qortal-icons-theme.sh
|
||||
chmod +x apply-icon-theme-first-boot.sh
|
||||
|
||||
./add-qortal-icon-theme.sh
|
||||
cd "${HOME}"
|
||||
|
||||
### CRONTAB SETUP ###
|
||||
@ -288,7 +290,7 @@ echo "${YELLOW} SETTING CRONTAB TASKS ${NC}\n"
|
||||
} > rebuilt-machine-cron
|
||||
|
||||
crontab rebuilt-machine-cron
|
||||
rm -f rebuilt-machine-cron configure-terminal-and-more.sh cinnamon-settings.json
|
||||
rm -f rebuilt-machine-cron rebuilt-machine*.txt configure-terminal-and-more.sh cinnamon-settings.json
|
||||
|
||||
echo "${YELLOW} Refreshing Cinnamon Panel/Menu to apply changes ${NC}"
|
||||
cinnamon --replace > /dev/null 2>&1 &
|
||||
|
Loading…
x
Reference in New Issue
Block a user