mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-03 17:54:31 +02:00
Revert "music: replace Spotify by Deezer"
This reverts commit 4af98c2589
. I feel
like they should provide a native client for Linux instead of relying
upon the community. MellowPlayer is unmaintained and does not have an
offline mode. Deezer seems the only streaming service with a Linux
client.
This commit is contained in:
parent
b1146f723b
commit
3b0af76dad
7 changed files with 26 additions and 4 deletions
8
dotfiles/systemd/spotify-clean.service
Normal file
8
dotfiles/systemd/spotify-clean.service
Normal file
|
@ -0,0 +1,8 @@
|
|||
[Unit]
|
||||
Description=Clean spotify extra PulseAudio streams
|
||||
After=sound.target
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.config/i3/bin/spotify-clean
|
||||
Type=oneshot
|
||||
RemainAfterExit=false
|
7
dotfiles/systemd/spotify-clean.timer
Normal file
7
dotfiles/systemd/spotify-clean.timer
Normal file
|
@ -0,0 +1,7 @@
|
|||
[Unit]
|
||||
Description=Timer for cleaning spotify extra PA streams
|
||||
After=pulseaudio.socket
|
||||
|
||||
[Timer]
|
||||
OnUnitActiveSec=1h
|
||||
OnStartupSec=1h
|
|
@ -8,6 +8,7 @@ Wants=picom.service
|
|||
Wants=policykit-agent.service
|
||||
Wants=pipewire-pulse.socket
|
||||
Wants=redshift.service
|
||||
Wants=spotify-clean.timer
|
||||
Wants=ssh-agent.service
|
||||
Wants=weather.timer
|
||||
Wants=wireplumber.service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue