tazpkg diff tazpkg-box @ rev 870

tazpkg-notify: also use notify-send for desktop notifications
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 23 04:52:58 2015 +0200 (2015-11-23)
parents b069086a45a4
children d2e1b7133079
line diff
     1.1 --- a/tazpkg-box	Fri Nov 13 00:34:05 2015 +0200
     1.2 +++ b/tazpkg-box	Mon Nov 23 04:52:58 2015 +0200
     1.3 @@ -15,7 +15,7 @@
     1.4  text="<b>$(_ 'SliTaz Package Action')</b>"
     1.5  icon="system-software-install"
     1.6  opts="--window-icon=$icon --image=$icon --image-on-top --center --on-top \
     1.7 ---height=350 --width=520 --title=TazPkg"
     1.8 +--height=350 --width=570 --title=TazPkg"
     1.9  
    1.10  
    1.11  usage() {
    1.12 @@ -36,7 +36,7 @@
    1.13  # Nice GTK output for install and extract.
    1.14  
    1.15  output() {
    1.16 -	yad --text-info $opts --tail --margins='4' --text="$text" \
    1.17 +	yad --text-info $opts --tail --margins='4' --text="$text" --fontname='monospace,8' \
    1.18  		--button='gtk-close:0'
    1.19  }
    1.20