浏览代码

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.

部分文件因为文件数量过多而无法显示