From 6c4fc5e429f362c0c5544d34f17285c4cfc16ba8 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Mon, 24 Aug 2026 01:47:36 -0400 Subject: remove old filesand bump nix-files --- home-config/waybar/modules/check-for-music.sh | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 home-config/waybar/modules/check-for-music.sh (limited to 'home-config/waybar/modules/check-for-music.sh') diff --git a/home-config/waybar/modules/check-for-music.sh b/home-config/waybar/modules/check-for-music.sh deleted file mode 100755 index 3b735a2..0000000 --- a/home-config/waybar/modules/check-for-music.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -if [[ $(playerctl metadata --format '{{lc(status)}}' | grep playing) -eq 0 ]]; then - exit 0 -else - exit 1 -fi -- cgit v1.3.1