configure waybar and mpris.

This commit is contained in:
2025-10-13 11:37:57 +08:00
parent 078c65614b
commit 6444a74337
5 changed files with 87 additions and 89 deletions

View File

@@ -0,0 +1 @@
/home/agxcoy/.config/systemd/user/mpris-proxy.service

View File

@@ -0,0 +1 @@
/home/agxcoy/.config/systemd/user/playerctld.service

View 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

View 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