tchanged popups created via wrappop - scripts - various script and utils
 (HTM) git clone git://z3bra.org/scripts
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit c8a7452d4c770fd0f8ae5b48df404c2a9e3c4d2d
 (DIR) parent c90248ee08d65236dc00e3d0f78fda3954b357c0
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Mon, 30 Mar 2015 23:07:54 +0200
       
       changed popups created via wrappop
       
       Diffstat:
         M wrappop                             |       5 +----
       
       1 file changed, 1 insertion(+), 4 deletions(-)
       ---
 (DIR) diff --git a/wrappop b/wrappop
       t@@ -21,9 +21,7 @@ mkpop() {
            local f=$1
        
            touch /tmp/popup.d/$f
       -
       -    ~/bin/popup -g ${w}x${h}+${x}+$((y + (h+y) * f)) $f ${message}
       -
       +    popup -g ${w}x${h}+${x}+$((y + (h+y) * f)) $f ${message}
            rm /tmp/popup.d/$f
        }
        
       t@@ -32,4 +30,3 @@ tail -f /tmp/popup.fifo |
        while IFS= read -r message; do
            mkpop $(find_place) &
        done
       -