From 63feeb9f369fc6176e85c1c2d8fcc863caad1946 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Tue, 10 Feb 2026 12:32:48 +0100 Subject: start new MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/waybar/modules/mpris.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .config/waybar/modules/mpris.sh (limited to '.config/waybar/modules/mpris.sh') diff --git a/.config/waybar/modules/mpris.sh b/.config/waybar/modules/mpris.sh deleted file mode 100755 index 5f5d5c6..0000000 --- a/.config/waybar/modules/mpris.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -set -e -[ -n "$DEBUG" ] && set -x - -playerctl -sF metadata -f '"{{artist}}","{{album}}","{{title}}","{{duration(position)}}","{{playerName}}","{{lc(status)}}"' | awk -F',' -f "${HOME}/.config/waybar/modules/mpris.awk" -- cgit 1.4.1