From ac5467606dd4efe8e67b09dea2d36611401de298 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 2 Apr 2019 12:37:17 +0200 Subject: Display the volume status with a better contrast in panels Upscale 22x22 volume status icons instead of downscale 32x32 --- mate/24x24/status/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'mate/24x24/status/Makefile.am') diff --git a/mate/24x24/status/Makefile.am b/mate/24x24/status/Makefile.am index f287d63..1a4ed1a 100644 --- a/mate/24x24/status/Makefile.am +++ b/mate/24x24/status/Makefile.am @@ -94,27 +94,27 @@ appointment-soon.png: ../../../src/clocks.svg audio-volume-high.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=303:442:335:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=304:401:326:423 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-low.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=304:101:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-medium.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=703:442:735:474 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=704:401:726:423 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-muted.png: ../../../src/audio-volume.svg @echo " "$@ - @inkscape -z $^ --export-area=703:142:735:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=704:101:726:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ audio-volume-off.png: ../../../src/audio-volume-off.svg @echo " "$@ - @inkscape -z $^ --export-area=303:142:335:174 -w=24 -h=24 -e=$@ 1> /dev/null + @inkscape -z $^ --export-area=304:101:326:123 -w=24 -h=24 -e=$@ 1> /dev/null @mogrify -quiet -strip $@ avatar-default.png: ../../../src/users.svg -- cgit v1.2.1