diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | d9aa82f607b955fde7b8f83744097d8dfec90760 (patch) | |
| tree | 33f05d6436d83f80001d40c5f80a2f9c98ad0c63 /.config/i3/music.sh | |
| parent | 6bddf25a82605b43e7470457184e3016a043d128 (diff) | |
removed cringe
Diffstat (limited to '.config/i3/music.sh')
| -rw-r--r-- | .config/i3/music.sh | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.config/i3/music.sh b/.config/i3/music.sh deleted file mode 100644 index d678ed1..0000000 --- a/.config/i3/music.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/bash - -status=$(playerctl status) -song=$(playerctl metadata title) -album=" (`playerctl metadata album`)" - -if [ "$album" == " ()" ] -then - album="" -fi - -if [ $status = "Playing" ] -then - echo " Playing | $song$album by $(playerctl metadata artist) " -elif [ $status = "Paused" ] -then - echo " Paused | $song$album by $(playerctl metadata artist) " -else - echo " Stopped " -fi
\ No newline at end of file |
