瀏覽代碼

Add SVG icon and more PNG icon sizes to assets

The previous icons had sizes that were looked really pixelated, at least
on GNOME's Activities page for instance.

Also update the packaging docs for the SVG icon and make them clearer and
more specific.
Mohammed Anas 1 年之前
父節點
當前提交
e85990a8b1
共有 12 個文件被更改,包括 61 次插入3 次删除
  1. 二進制
      assets/numbat-128x128.png
  2. 二進制
      assets/numbat-16x16.png
  3. 二進制
      assets/numbat-196x196.png
  4. 二進制
      assets/numbat-22x22.png
  5. 二進制
      assets/numbat-24x24.png
  6. 二進制
      assets/numbat-256x256.png
  7. 二進制
      assets/numbat-32x32.png
  8. 二進制
      assets/numbat-48x48.png
  9. 二進制
      assets/numbat-512x512.png
  10. 二進制
      assets/numbat-64x64.png
  11. 54 0
      assets/numbat.svg
  12. 7 3
      book/src/cli-installation.md

二進制
assets/numbat-128x128.png


二進制
assets/numbat-16x16.png


二進制
assets/numbat-196x196.png


二進制
assets/numbat-22x22.png


二進制
assets/numbat-24x24.png


二進制
assets/numbat-256x256.png


二進制
assets/numbat-32x32.png


二進制
assets/numbat-48x48.png


二進制
assets/numbat-512x512.png


二進制
assets/numbat-64x64.png


文件差異過大導致無法顯示
+ 54 - 0
assets/numbat.svg


+ 7 - 3
book/src/cli-installation.md

@@ -137,6 +137,10 @@ If this variable is set during compilation, the specified path will be compiled
 In order to test that everything is working as intended, you can open `numbat` and type `let meter = 2`. The
 path in the error message should point to the specified location (and *not* to `<builtin>/…`).
 
-If your OS uses `.desktop` files, you should probably also install `assets/numbat.desktop` and `assets/numbat-*x*.png` to their
-appropriate locations (typically `/usr/share/applications` and `/usr/share/icons` respectively) so that users can e.g. pin
-Numbat to GNOME's Dash.
+If your OS uses `.desktop` files, you should probably also install:
+
+- `assets/numbat.desktop` (typically to `/usr/share/applications`)
+- `assets/numbat.svg` (typically to `/usr/share/icons/hicolor/scalable/apps`)
+- `assets/numbat-*x*.png` (typically to e.g. `/usr/share/icons/hicolor/32x32/apps`, depending on each icon's size)
+
+This allows users to e.g. pin Numbat to GNOME's Dash.

部分文件因文件數量過多而無法顯示