From 7d52f07fc286b7f31ab0f2fac8daa4e0c563a583 Mon Sep 17 00:00:00 2001 From: Simponic Date: Fri, 20 Jan 2023 23:57:41 -0700 Subject: [PATCH] Remove annoying alert --- scripts/songnotification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/songnotification b/scripts/songnotification index 838d0a0..b47e979 100755 --- a/scripts/songnotification +++ b/scripts/songnotification @@ -1,4 +1,4 @@ #!/bin/sh -song=$(playerctl metadata --format "{{ title }}\n{{ artist }}\n{{ album }}") +#song=$(playerctl metadata --format "{{ title }}\n{{ artist }}\n{{ album }}") #notify-send "Now Playing" "$song" #--icon=~/.config/spotifyd/penguin.jpg