Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit c1acc04

Browse files
committed
2 parents ae0d7fd + db99d3f commit c1acc04

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,21 @@ An Electron wrapper of Spotify Web Player to increase desktop integration for a
3131
Check out the [Releases](https://github.com/Quacky2200/Spotify-Web-Player-for-Linux/releases) page.
3232

3333
#### If you cannot find a release, don't worry! It's easy to use with a few simple *linux only* commands...
34-
##### Arch and other Linux users will need to make sure libappindicator-1 and libnotify4 (or alternative desktop environment packages) are installed that Electron will be able to use!
34+
3535
Debian/Ubuntu/Linux Mint
3636
```
3737
sudo apt-get install libappindicator1 libnotify4
3838
```
39+
Arch and Arch derivatives (*AUR packages maintained by twa022*)
40+
41+
**stable: https://aur.archlinux.org/packages/spotify-web-player/**
42+
43+
**development: https://aur.archlinux.org/packages/spotify-web-player-git/**
44+
3945
## Manual Install
4046

47+
##### Please make sure that libappindicator-1, dbus and libnotify4 packages are installed
48+
4149
**These commands require root priviledges (e.g. `sudo su`, `su root`)**
4250

4351
Make the appropriate directories

spotifywebplayer

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
3+
OLDDIR=$(pwd)
4+
cd $DIR
5+
$DIR/libs/electron/spotifywebplayer $DIR/. &
6+
cd $OLDDIR

0 commit comments

Comments
 (0)