[desktop] Switch to png for tray menu
@@ -1,14 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Traymenu icons. Sometimes the wrong size is selected, so leave just one.
|
||||
convert pm_dark_green_512.png -colors 256 -define icon:auto-resize=64 pm_dark_green.ico
|
||||
convert pm_dark_blue_512.png -colors 256 -define icon:auto-resize=64 pm_dark_blue.ico
|
||||
convert pm_dark_red_512.png -colors 256 -define icon:auto-resize=64 pm_dark_red.ico
|
||||
convert pm_dark_yellow_512.png -colors 256 -define icon:auto-resize=64 pm_dark_yellow.ico
|
||||
convert pm_light_blue_512.png -colors 256 -define icon:auto-resize=64 pm_light_blue.ico
|
||||
convert pm_light_green_512.png -colors 256 -define icon:auto-resize=64 pm_light_green.ico
|
||||
convert pm_light_red_512.png -colors 256 -define icon:auto-resize=64 pm_light_red.ico
|
||||
convert pm_light_yellow_512.png -colors 256 -define icon:auto-resize=64 pm_light_yellow.ico
|
||||
convert pm_dark_green_512.png -resize 64x64 pm_dark_green_64.png
|
||||
convert pm_dark_blue_512.png -resize 64x64 pm_dark_blue_64.png
|
||||
convert pm_dark_red_512.png -resize 64x64 pm_dark_red_64.png
|
||||
convert pm_dark_yellow_512.png -resize 64x64 pm_dark_yellow_64.png
|
||||
convert pm_light_blue_512.png -resize 64x64 pm_light_blue_64.png
|
||||
convert pm_light_green_512.png -resize 64x64 pm_light_green_64.png
|
||||
convert pm_light_red_512.png -resize 64x64 pm_light_red_64.png
|
||||
convert pm_light_yellow_512.png -resize 64x64 pm_light_yellow_64.png
|
||||
|
||||
convert pm_dark_512.png -colors 256 -define icon:auto-resize=64,48,32,16 pm_dark.ico
|
||||
convert pm_light_512.png -colors 256 -define icon:auto-resize=64,48,32,16 pm_light.ico
|
||||
|
||||
BIN
assets/data/icons/pm_dark_blue.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/data/icons/pm_dark_blue_64.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
assets/data/icons/pm_dark_green_64.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/data/icons/pm_dark_red.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/data/icons/pm_dark_red_64.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/data/icons/pm_dark_yellow.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/data/icons/pm_dark_yellow_64.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
assets/data/icons/pm_light_blue.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/data/icons/pm_light_blue_64.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
assets/data/icons/pm_light_green.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/data/icons/pm_light_green_64.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
assets/data/icons/pm_light_red.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/data/icons/pm_light_red_64.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
assets/data/icons/pm_light_yellow.png
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
assets/data/icons/pm_light_yellow_64.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |