Rename spotifyd device
This commit is contained in:
parent
c2e851fbcf
commit
0f53e43cad
1 changed files with 2 additions and 1 deletions
|
|
@ -331,7 +331,7 @@
|
|||
|
||||
case "$status" in
|
||||
Playing)
|
||||
printf ' %s\n' "$text"
|
||||
printf ' %s\n' "$text"
|
||||
;;
|
||||
Paused)
|
||||
printf ' %s\n' "$text"
|
||||
|
|
@ -406,6 +406,7 @@
|
|||
enable = true;
|
||||
settings.global = {
|
||||
backend = "pulseaudio";
|
||||
device_name = "Nixos Desktop";
|
||||
use_mpris = true;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue