diff options
Diffstat (limited to 'home-config/waybar/modules/spotify.sh')
-rwxr-xr-x | home-config/waybar/modules/spotify.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | class=$(playerctl metadata --format '{{lc(status)}}') | 3 | class=$(playerctl metadata --format '{{lc(status)}}') |
4 | icon="󰽴" | 4 | icon="󰎆" |
5 | 5 | ||
6 | if [[ $class == "playing" ]]; then | 6 | if [[ $class == "playing" ]]; then |
7 | info=$(playerctl metadata --format '{{artist}} - {{title}}') | 7 | info=$(playerctl metadata --format '{{artist}} - {{title}}') |