spotifywm

This commit is contained in:
Andrea Ciceri 2023-04-20 20:12:14 +02:00
parent 78fc80817c
commit 01be4048b1
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 18 additions and 1 deletions

View file

@ -39,6 +39,7 @@
# not added if `null`, otherwise, should be a number.
deviceScaleFactor ? null,
spotify-adblock,
spotifywm,
}: let
# TO UPDATE: just execute the ./update.sh script (won't do anything if there is no update)
# "rev" decides what is actually being downloaded
@ -181,6 +182,7 @@ in
--add-flags "--force-device-scale-factor=${toString deviceScaleFactor}" \
''} \
--prefix LD_LIBRARY_PATH : "$librarypath" \
--prefix LD_PRELOAD : "${spotifywm}/lib/spotifywm.so" \
--prefix PATH : "${gnome.zenity}/bin"
# fix Icon line in the desktop file (#48062)