Parcourir la source

Add radio in dark theme

master
Dejvino il y a 3 ans
Parent
révision
de699c8285
2 fichiers modifiés avec 54 ajouts et 1 suppressions
  1. +13
    -1
      README.md
  2. +41
    -0
      config/sway/pipboy.conf

+ 13
- 1
README.md Voir le fichier

@@ -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)


+ 41
- 0
config/sway/pipboy.conf Voir le fichier

@@ -0,0 +1,41 @@

# Background
# TODO: download a wallpaper
output * bg ~/Desktop/wallpaper.jpg fill

# Workspaces
set $W1 '1:STAT'
set $W2 '2:INV'
set $W3 '3:DATA'
set $W4 '4:MAP'
set $W5 '5:RADIO'
set $W6 '6:6'
set $W7 '7:7'
set $W8 '8:8'
set $W9 '9:9'

set $WRADIO $W5

# Screen rotation
output DSI-1 transform 270

# Keyboard
exec "squeekboard"

# Status Bar
exec "waybar -c ~/.config/waybar/config_v -b side"

# Restore backlight
exec 'swayphone_power_wakeup'

# RADIO
exec "mpd"
exec "xfmpc"
for_window [app_id="xfmpc"] move workspace $WRADIO; border none

# Notifications
exec "mako"
# example Welcome message
exec "sleep 2; notify-send 'Welcome!' 'Your Pip-Boy is ready to be used.' --icon=dialog-information"



Chargement…
Annuler
Enregistrer