Add dialog styles, update sway and waybar
This commit is contained in:
@@ -15,6 +15,7 @@ Linux UI customized to resemble a Fallout Pip-Boy. To be used with the PINE64 Pi
|
||||
- mako: Notifications daemon
|
||||
- mpd: Music player daemon
|
||||
- xfmpc: Music player client
|
||||
- mplayer: Sound effects player
|
||||
|
||||
## Dependencies
|
||||
- [Sway on PinePhone](https://github.com/Dejvino/pinephone-sway-poc)
|
||||
@@ -31,6 +32,14 @@ cd PinePhoneBoyOS
|
||||
...
|
||||
```
|
||||
|
||||
### Virtual Keyboard (Squeekboard)
|
||||
Terminal layout replaces (default) English layout:
|
||||
```bash
|
||||
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](https://developer.puri.sm/projects/squeekboard/tutorial.html)
|
||||
|
||||
### Theme
|
||||
```bash
|
||||
git clone https://github.com/i-mint/midnight
|
||||
@@ -61,7 +70,15 @@ gsettings set org.gnome.desktop.interface icon-theme "Abyss-ENVY"
|
||||
# reboot to see it during the next startup
|
||||
```
|
||||
|
||||
### Radio - MPD
|
||||
### DATA - Epiphany
|
||||
Source: [ArchWiki](https://wiki.archlinux.org/index.php/GNOME/Web)
|
||||
|
||||
#### 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']"
|
||||
```
|
||||
|
||||
### RADIO - MPD
|
||||
Packages: mpd xfmpc mpc
|
||||
```bash
|
||||
mkdir -p ~/.config/mpd/playlists
|
||||
|
||||
Reference in New Issue
Block a user