Readme cleanup

This commit is contained in:
Dejvino 2021-01-10 22:33:11 +01:00
parent e9a63d4128
commit 2777d182bd

View File

@ -22,11 +22,13 @@ Linux UI customized to resemble a Fallout Pip-Boy. To be used with the PINE64 Pi
- [feather icons](https://github.com/feathericons/feather)
## Install
### Base
```bash
sudo pacman -S \
sway swaylock swayidle swaybg waybar \
termite termite-terminfo \
htop dialog \
mako \
imv \
ttf-font-awesome unicode-emoji \
portfolio-fm \
@ -91,13 +93,14 @@ gsettings set org.gnome.desktop.interface icon-theme "Abyss-ENVY"
# reboot to see it during the next startup
```
### DATA - Epiphany
Source: [ArchWiki](https://wiki.archlinux.org/index.php/GNOME/Web)
### STAT - ?
(nothing yet)
#### Ad blocking
```bash
gsettings set org.gnome.Epiphany adblock-filters "['https://easylist.to/easylist/easylist.txt', 'https://easylist.to/easylist/easyprivacy.txt', 'https://easylist.to/easylist/fanboy-annoyance.txt', 'https://pgl.yoyo.org/adservers/serverlist.php?hostformat=hosts&showintro=1&mimetype=plaintext', 'https://www.malwaredomainlist.com/hostslist/hosts.txt', 'https://mirror.cedia.org.ec/malwaredomains/justdomains']"
```
### DATA - Firefox
...
### MAP - Gnome Maps
...
### RADIO - MPD
Packages: mpd xfmpc mpc
@ -105,6 +108,6 @@ Packages: mpd xfmpc mpc
mkdir -p ~/.config/mpd/playlists
```
## Notes
- 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)
#### Note:
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).