From c300eff998d758bf867abbb7f39bf6fdfecf7a2e Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 4 Nov 2022 23:58:06 +0000 Subject: cleanups and unused code removed --- lib/Music.hs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib/Music.hs') diff --git a/lib/Music.hs b/lib/Music.hs index 7f0215a..3b7bec4 100644 --- a/lib/Music.hs +++ b/lib/Music.hs @@ -41,11 +41,3 @@ mpdConfig p = { textOffsets = [defaultHeight - 7, defaultHeight - 6] } - -compMPD p = concatMonitor " " mpd (autoMPD "150" (pIsLight p)) -alt x p = altMonitor (mpris p x 165) (compMPD p) - -config cl p = - if cl == "mpd" - then mpdConfig p - else Bottom.config [Run (alt cl p)] "|mpris2_mpd_autompd|" p -- cgit v1.2.3