feat(hyprland): hyprland music controls

This commit is contained in:
Zhongheng Liu 2025-01-10 21:25:34 +02:00
commit ae1dbae7c9
Signed by: steven
GPG key ID: 805A28B071DAD84B
5 changed files with 11 additions and 10 deletions

View file

@ -1,8 +1,10 @@
{ config }:
{ config, pkgs }:
let
term = config.defaultApplications.terminal;
shell = config.myShells.defaultShell;
in
[
"${term} --title=autorun ${shell}"
"${pkgs.mpris-notifier}/bin/mpris-notifier"
"${pkgs.mpd-discord-rpc}/bin/mpd-discord-rpc"
]