summaryrefslogtreecommitdiff
path: root/home-config/waybar/modules
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-09-08 20:50:02 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2023-09-08 20:50:02 -0400
commit606e3b8e154a2e273c84b980041b09d85ed17a5f (patch)
treef6f733a106c6c5740e3b31e6e8d5f84d93e8241a /home-config/waybar/modules
parent9c784f795d5f9a21c725bf659f7c22adaa024f9e (diff)
waybar stuffs
Diffstat (limited to 'home-config/waybar/modules')
-rwxr-xr-xhome-config/waybar/modules/spotify.sh2
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
3class=$(playerctl metadata --format '{{lc(status)}}') 3class=$(playerctl metadata --format '{{lc(status)}}')
4icon="󰽴" 4icon="󰎆"
5 5
6if [[ $class == "playing" ]]; then 6if [[ $class == "playing" ]]; then
7 info=$(playerctl metadata --format '{{artist}} - {{title}}') 7 info=$(playerctl metadata --format '{{artist}} - {{title}}')