Raspberry configuration
AJA • March 29, 2020
raspberryRaspbian is a free operating system based on Debian, optimised for the Raspberry Pi hardware.
Panel
- Move the panel to the bottom,
- Add temperature, processor and memory controls to the dashboard,
- Turn off bluetooth,
- Turn off WIFI,
- Mute.
Desktop preferences
- Add documents,
- Remove mounted disks,
- Change layout with non image,
- Change colour to #00A2ED.
Remove unnecesary "Recommended software"
- BlueJ,
- Code the Classics
- Greenfoot,
- Mathematica,
- Minecraft,
- Mu,
- Node-RED,
- Python Games,
- Scratch,
- Scratch 2,
- Scratch 3,
- Sense HAT Emulator,
- SmartSim,
- SonicPi,
- Thonny.
Shutdown script with geekworm x735 power
#Download run script
wget https://raw.githubusercontent.com/geekworm-com/x730-script/master/x730.sh
#Setting file attributes
sudo chmod +x x730.sh
#Install the script
sudo bash x730.sh
#Setting up the command to turn off X730 from software
printf "%s\\n" "alias x730off='sudo x730shutdown.sh'" >> ~/.bashrc
#Reboot the Raspberry Pi
sudo reboot
#Powering off the Raspberry Pi from software
x730off