wyoming, borg, grayjay, oh my
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 9m54s

This commit is contained in:
2025-05-04 02:32:34 -04:00
parent c2fa408c1e
commit ab2b033c54
31 changed files with 548 additions and 166 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
# wget -O /tmp/GrayJay.zip https://updater.grayjay.app/Apps/Grayjay.Desktop/Grayjay.Desktop-linux-x64.zip
unzip /tmp/GrayJay.zip -d /tmp/GrayJay
mkdir -p ~/Applications/GrayJay
rsync /tmp/GrayJay/*/* ~/Applications/GrayJay
desktop-file-install --dir ~/.local/share/applications ./active/software_grayjay/grayjay.desktop

View File

@@ -0,0 +1,7 @@
[Desktop Entry]
Name=GrayJay
Exec=/home/ducoterra/Applications/GrayJay/Grayjay
Icon=/home/ducoterra/Applications/GrayJay/grayjay
Type=Application
Path=/home/ducoterra/Applications/GrayJay
Terminal=false

View File

@@ -0,0 +1,11 @@
# GrayJay
<https://grayjay.app/>
A youtube/spotify/media source agregator and player alternative.
## Desktop Install
```bash
./active/software_grayjay/desktop-install.sh
```