diff --git a/README.md b/README.md index a270dbb..0948c78 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,9 @@ The following packages are required for the proper functioning of Hyprland on Vo - gnome-system-monitor - nwg-look - telegram-desktop + - spotify + - spotify-adblock + - discord - [steam](./guides/STEAM.md) diff --git a/dots/shortcuts/spotify.desktop b/dots/shortcuts/spotify.desktop new file mode 100644 index 0000000..d8232bf --- /dev/null +++ b/dots/shortcuts/spotify.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Type=Application +Name=Spotify (adblock) +GenericName=Music Player +Icon=spotify-client +TryExec=spotify +Exec=env LD_PRELOAD=/usr/lib/spotify-adblock.so spotify +Terminal=false +MimeType=x-scheme-handler/spotify; +Categories=Audio;Music;Player;AudioVideo; +StartupWMClass=spotify \ No newline at end of file diff --git a/dots/zsh/.zsh_custom/aliases.zsh b/dots/zsh/.zsh_custom/aliases.zsh index 78a001f..1a529f4 100644 --- a/dots/zsh/.zsh_custom/aliases.zsh +++ b/dots/zsh/.zsh_custom/aliases.zsh @@ -5,6 +5,7 @@ alias fdir="cd $HOME/.var/app && ls" # apps alias z="zellij" alias zk="zellij kill-all-sessions -y" +alias sp="LD_PRELOAD=/usr/lib/spotify-adblock.so spotify" alias nk="$NEKORAY_PATH" alias snk="sudo $NEKORAY_PATH" alias vscode="$CODE_PATH --no-sandbox"