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:19:38 +0000

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

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

Log message:
        Added missing parentheses.  

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

Patches:
Index: juke.sh
===================================================================
RCS file: /sources/antiright/antiright/ACE-desktop/hacks/juke.sh,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- juke.sh     21 Oct 2007 01:17:04 -0000      1.5
+++ juke.sh     21 Oct 2007 01:19:38 -0000      1.6
@@ -27,11 +27,12 @@
                | awk '{print substr($0, index($0, $6)); exit(0);}'
 }
 
-osd_song_title {
+osd_song_title() {
        pkill -f osd_cat
        song_title | osd_cat -f '-*-luxi sans-*-*-*-*-*-*-*-*-*-*-*-*'\
                -c '#dde' -d 30
 }
+
 next_song() {
        pkill $MUSIC_PLAYER
        if [ "$(pgrep JUKE_APPLET)" = "" ]; then




reply via email to

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