You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.0 KiB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # PinePhoneBoy Operating System
  2. 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.
  3. ## Screenshots
  4. ### Radio tab
  5. ![Radio](screenshots/radio.jpg)
  6. ## Components
  7. - sway: Window Manager
  8. - waybar: Side panel
  9. - termite: Terminal emulator
  10. - mako: Notifications daemon
  11. ## Dependencies
  12. - [Sway on PinePhone](https://github.com/Dejvino/pinephone-sway-poc)
  13. - [feather icons](https://github.com/feathericons/feather)
  14. ## Install
  15. ```bash
  16. git clone --recurse-submodules https://git.dejvino.cz/dejvino/PinePhoneBoyOS
  17. cd PinePhoneBoyOS
  18. ./convert_icons.sh
  19. ...
  20. git clone https://github.com/i-mint/midnight
  21. mkdir -p ~/.themes
  22. cp -R midnight/Midnight* ~/.themes/
  23. gsettings set org.gnome.desktop.interface gtk-theme "Midnight-GreenNight"
  24. gsettings set org.gnome.desktop.wm.preferences theme "Midnight-GreenNight"
  25. ```
  26. ## Notes
  27. - 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)