diff --git a/bootstrap-icons.woff2 b/bootstrap-icons.woff2 new file mode 100644 index 00000000..7bacd4d8 Binary files /dev/null and b/bootstrap-icons.woff2 differ diff --git a/package.json b/package.json index 7f4e293a..cebf80c4 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,24 @@ "command": "bootc.image.build", "title": "Build bootable disk image" } - ] + ], + "icons": { + "bootable-icon": { + "description": "bootc icon", + "default": { + "fontPath": "bootstrap-icons.woff2", + "fontCharacter": "\\F6F1" + } + } + }, + "views": { + "badges/imagesList": [ + { + "when": "ostree.bootable in imageLabelKeys", + "icon": "${bootable-icon}" + } + ] + } }, "scripts": { "build": "vite build",