antiright-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Antiright-devel] antiright/ACE-desktop/hacks juke.sh


From: Jeffrey Bedard
Subject: [Antiright-devel] antiright/ACE-desktop/hacks juke.sh
Date: Sun, 21 Oct 2007 01:28:54 +0000

CVSROOT:        /sources/antiright
Module name:    antiright
Changes by:     Jeffrey Bedard <jefbed> 07/10/21 01:28:54

Modified files:
        ACE-desktop/hacks: juke.sh 

Log message:
        Display title of each song shortly after it starts.  

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/antiright/ACE-desktop/hacks/juke.sh?cvsroot=antiright&r1=1.8&r2=1.9

Patches:
Index: juke.sh
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/hacks/juke.sh,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- juke.sh     21 Oct 2007 01:24:01 -0000      1.8
+++ juke.sh     21 Oct 2007 01:28:54 -0000      1.9
@@ -102,6 +102,9 @@
        trap next_song 2
        trap stop_playing 3
        while :; do
+               if [ "$(which osd_cat)" ]; then
+                       (sleep 1; osd_song_title) &
+               fi
                random_song
                sleep 0.25
        done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]