diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-02-28 23:52:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 23:52:50 +0100 |
commit | 189b293e70dfdd6f5cb78c1207d69c166f2c5785 (patch) | |
tree | 3699f5b90c69f6aaa3a1cfb3eb57e1d6e179366d /manifest.json | |
parent | 4b869e4931f1424f1302af7e0880762eacfbc1cd (diff) | |
download | lite-xl-plugins-189b293e70dfdd6f5cb78c1207d69c166f2c5785.tar.gz lite-xl-plugins-189b293e70dfdd6f5cb78c1207d69c166f2c5785.zip |
Add Nonicons font as a library and make the `nonicons` plugin use it (#253)
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index f81f893..331abf4 100644 --- a/manifest.json +++ b/manifest.json @@ -432,6 +432,20 @@ "dependencies": { "thread": { } } }, { + "name": "Nonicons font", + "description": "[Nonicons](https://github.com/yamatsum/nonicons/) font with mapping", + "version": "20230530", + "type": "library", + "path": "plugins/font_nonicons.lua", + "id": "font_nonicons", + "files": [ + { + "url": "https://github.com/yamatsum/nonicons/raw/8454b3b6c3ceeee18b386b7882c5a071dcf0f3af/dist/nonicons.ttf", + "checksum": "da0a065856c44ea3fd3b9fba2fff5e25a32992dc3a3c5df6e9bfca2cd106a8cc" + } + ] + }, + { "description": "Allows users to load fonts with [fontconfig](https://www.freedesktop.org/software/fontconfig/fontconfig-user.html).", "version": "0.1", "path": "plugins/fontconfig.lua", @@ -1437,11 +1451,14 @@ "mod_version": "3" }, { - "description": "File icons set for TreeView. Download [font](https://github.com/yamatsum/nonicons/raw/6a2faf4fbdfbe353c5ae6a496740ac4bfb6d0e74/dist/nonicons.ttf) to your config/fonts folder", - "version": "0.2.1", + "description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font", + "version": "0.3", "path": "plugins/nonicons.lua", "id": "nonicons", - "mod_version": "3" + "mod_version": "3", + "dependencies": { + "font_nonicons": {} + } }, { "description": "Change the opaqueness/transparency of `lite-xl` using shift+mousewheel or a command.", |