Readme cleanup
This commit is contained in:
parent
e9a63d4128
commit
2777d182bd
19
README.md
19
README.md
@ -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)
|
- [feather icons](https://github.com/feathericons/feather)
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
### Base
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S \
|
sudo pacman -S \
|
||||||
sway swaylock swayidle swaybg waybar \
|
sway swaylock swayidle swaybg waybar \
|
||||||
termite termite-terminfo \
|
termite termite-terminfo \
|
||||||
htop dialog \
|
htop dialog \
|
||||||
|
mako \
|
||||||
imv \
|
imv \
|
||||||
ttf-font-awesome unicode-emoji \
|
ttf-font-awesome unicode-emoji \
|
||||||
portfolio-fm \
|
portfolio-fm \
|
||||||
@ -91,13 +93,14 @@ gsettings set org.gnome.desktop.interface icon-theme "Abyss-ENVY"
|
|||||||
# reboot to see it during the next startup
|
# reboot to see it during the next startup
|
||||||
```
|
```
|
||||||
|
|
||||||
### DATA - Epiphany
|
### STAT - ?
|
||||||
Source: [ArchWiki](https://wiki.archlinux.org/index.php/GNOME/Web)
|
(nothing yet)
|
||||||
|
|
||||||
#### Ad blocking
|
### DATA - Firefox
|
||||||
```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']"
|
|
||||||
```
|
### MAP - Gnome Maps
|
||||||
|
...
|
||||||
|
|
||||||
### RADIO - MPD
|
### RADIO - MPD
|
||||||
Packages: mpd xfmpc mpc
|
Packages: mpd xfmpc mpc
|
||||||
@ -105,6 +108,6 @@ Packages: mpd xfmpc mpc
|
|||||||
mkdir -p ~/.config/mpd/playlists
|
mkdir -p ~/.config/mpd/playlists
|
||||||
```
|
```
|
||||||
|
|
||||||
## Notes
|
#### 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)
|
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).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user