From 6d4208a39ba4a576c310a301eb576d84eec1ddaf Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Entirely new config --- .config/polybar/media.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .config/polybar/media.sh (limited to '.config/polybar/media.sh') diff --git a/.config/polybar/media.sh b/.config/polybar/media.sh deleted file mode 100644 index 38f8d55..0000000 --- a/.config/polybar/media.sh +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/env bash - -status=$(playerctl status) -title=$(playerctl metadata title) -artist=$(playerctl metadata artist) - -if [ $status = "Playing" ] -then - echo "󰐊 $title - $artist" -elif [ $status = "Paused" ] -then - echo "󰏤 $title - $artist" -fi -- cgit v1.3-2-g0d8e