|
2 years ago | |
---|---|---|
config | 2 years ago | |
etc/systemd/system | 2 years ago | |
icons @ a718a7e9c3 | 2 years ago | |
screenshots | 2 years ago | |
usr | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
README.md | 2 years ago | |
convert_icons.sh | 2 years ago | |
screenshot.jpg | 2 years ago |
Linux UI customized to resemble a Fallout Pip-Boy. To be used with the PINE64 PinePhone running Arch Linux ARM, enclosed in the PinePhoneBoy harness.
Inventory - Portfolio file manager
Radio - xfmpc MPD music client
sudo pacman -S \
sway swaylock swayidle swaybg waybar \
termite termite-terminfo \
htop dialog \
mako \
imv \
ttf-font-awesome unicode-emoji \
portfolio-fm \
mplayer pavucontrol \
xfmpc mpd mpc \
git
git clone --recurse-submodules https://git.dejvino.cz/dejvino/PinePhoneBoyOS
cd PinePhoneBoyOS
./convert_icons.sh
sudo cp -R usr/* /usr/
sudo cp -R etc/* /etc/
mkdir -p ~/.config
cp config/* ~/.config/
cp config/.dialogrc ~/.dialogrc
cp config/.menuoptions ~/.menuoptions
sudo systemctl disable phosh || echo "Needed only if you still have phosh installed."
sudo systemctl enable --now sway
...
Terminal layout replaces (default) English layout:
mkdir -p ~/.local/share/squeekboard/keyboards/
wget https://source.puri.sm/Librem5/squeekboard/-/raw/master/data/keyboards/terminal_wide.yaml -O ~/.local/share/squeekboard/keyboards/us_wide.yaml
Source: puri.sm
git clone https://github.com/i-mint/midnight
mkdir -p ~/.themes
cp -R midnight/Midnight* ~/.themes/
gsettings set org.gnome.desktop.interface gtk-theme "Midnight-GreenNight"
gsettings set org.gnome.desktop.wm.preferences theme "Midnight-GreenNight"
git clone -b Abyss-Desktop-Theme-Icons-and-Folders https://github.com/rtlewis88/rtl88-Themes
cp -R rtl88-Themes/Abyss-ENVY-Suru ~/.icons/Abyss-ENVY
gsettings set org.gnome.desktop.interface icon-theme "Abyss-ENVY"
git clone https://github.com/dreemurrs-embedded/Pine64-Arch
cd PKGBUILDS/danctnix/bootsplash-danctnix
# change the sha256sum for danctnix.png to 'SKIP'
vim PKGBUILD
# download your image
wget some-image-url -O bootsplash.jpg
# rotate it to face the right way up
convert bootspalsh.jpg -distort SRT -90 danctnix.png
# install!
makepkg -sif
# reboot to see it during the next startup
(nothing yet)
...
...
Packages: mpd xfmpc mpc
mkdir -p ~/.config/mpd/playlists
Make sure mpd is running user-wide and not system-wide, otherwise it can’t access alsa or pulseaudio (i.e. create ~/.config/mpd/mpd.conf).