Add radio in dark theme

This commit is contained in:
Dejvino
2021-01-04 23:32:26 +01:00
parent 63ba738bad
commit de699c8285
2 changed files with 54 additions and 1 deletions
+13 -1
View File
@@ -14,10 +14,22 @@ Linux UI customized to resemble a Fallout Pip-Boy. To be used with the PINE64 Pi
## Install
```bash
...
git clone --recurse-submodules https://git.dejvino.cz/dejvino/PinePhoneBoyOS
cd PinePhoneBoyOS
./convert_icons.sh
...
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"
```
## 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)