From 606e3b8e154a2e273c84b980041b09d85ed17a5f Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Fri, 8 Sep 2023 20:50:02 -0400 Subject: waybar stuffs --- home-config/waybar/modules/spotify.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home-config/waybar/modules') diff --git a/home-config/waybar/modules/spotify.sh b/home-config/waybar/modules/spotify.sh index 3368d88..fc732a1 100755 --- a/home-config/waybar/modules/spotify.sh +++ b/home-config/waybar/modules/spotify.sh @@ -1,7 +1,7 @@ #!/bin/sh class=$(playerctl metadata --format '{{lc(status)}}') -icon="󰽴" +icon="󰎆" if [[ $class == "playing" ]]; then info=$(playerctl metadata --format '{{artist}} - {{title}}') -- cgit v1.2.3