configure waybar and mpris.
This commit is contained in:
1
.config/systemd/user/default.target.wants/mpris-proxy.service
Symbolic link
1
.config/systemd/user/default.target.wants/mpris-proxy.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/agxcoy/.config/systemd/user/mpris-proxy.service
|
||||
1
.config/systemd/user/default.target.wants/playerctld.service
Symbolic link
1
.config/systemd/user/default.target.wants/playerctld.service
Symbolic link
@@ -0,0 +1 @@
|
||||
/home/agxcoy/.config/systemd/user/playerctld.service
|
||||
10
.config/systemd/user/mpris-proxy.service
Normal file
10
.config/systemd/user/mpris-proxy.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Forward bluetooth media controls to MPRIS
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/mpris-proxy
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
10
.config/systemd/user/playerctld.service
Normal file
10
.config/systemd/user/playerctld.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Keep track of media player activity
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/playerctld daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user