Improve Trash icon appearance. Issue #74

This commit is contained in:
Joshua Bell 2018-11-19 20:10:55 -08:00
parent d83b300eab
commit d68cfdf917
2 changed files with 7 additions and 3 deletions

View File

@ -2666,12 +2666,12 @@ trash_icon:
trash_pixels:
.byte px(%1010101),px(%1111111),px(%1010101)
.byte px(%0101010),px(%1100011),px(%0101010)
.byte px(%0101011),px(%1000001),px(%1101010)
.byte px(%1111111),px(%1111111),px(%1111111)
.byte px(%1100000),px(%0000000),px(%0000011)
.byte px(%1111111),px(%1111111),px(%1111111)
.byte px(%1100000),px(%0000000),px(%0000011)
.byte px(%1100001),px(%0000100),px(%0010011)
.byte px(%1100100),px(%0010000),px(%1000011)
.byte px(%1100010),px(%0001000),px(%0100011)
.byte px(%1100010),px(%0001000),px(%0100011)
.byte px(%1100010),px(%0001000),px(%0100011)
@ -2680,7 +2680,7 @@ trash_pixels:
.byte px(%1100010),px(%0001000),px(%0100011)
.byte px(%1100010),px(%0001000),px(%0100011)
.byte px(%1100010),px(%0001000),px(%0100011)
.byte px(%1100001),px(%0000100),px(%0010011)
.byte px(%1100100),px(%0010000),px(%1000011)
.byte px(%1100000),px(%0000000),px(%0000011)
.byte px(%1111111),px(%1111111),px(%1111111)

View File

@ -5,6 +5,10 @@
set -e
source "../res/util.sh"
function stats {
echo "$(printf '%-15s' $1)""$(../res/stats.pl < $1)"
}
#do_make clean
do_make all