Skip to content

Commit 6960f16

Browse files
committed
update to nerdfonts v3.3.0
1 parent cc25287 commit 6960f16

File tree

4 files changed

+23
-24
lines changed

4 files changed

+23
-24
lines changed

hackgen_generator.sh

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -252,37 +252,36 @@ powerline_extra_symbols='
252252
SelectMore(0ue0a3)
253253
SelectMore(0ue0b4, 0ue0c8)
254254
SelectMore(0ue0ca)
255-
SelectMore(0ue0cc, 0ue0d2)
256-
SelectMore(0ue0d4)
255+
SelectMore(0ue0cc, 0ue0d7)
257256
'
258257

259258
# Nerd Fonts から適用するグリフ
260259
select_nerd_symbols="
261-
# IEC Power Symbols
262-
SelectMore(0u23fb, 0u23fe)
263-
SelectMore(0u2b58)
264-
# Octicons
265-
SelectMore(0u2665)
266-
SelectMore(0u26a1)
267-
SelectMore(0uf400, 0uf532)
268-
# Pomicons
269-
SelectMore(0ue000, 0ue00a)
270-
# Font Awesome Extension
271-
SelectMore(0ue200, 0ue2a9)
272-
# Weather Icons
273-
SelectMore(0ue300, 0ue3e3)
274260
# Seti-UI + Custom
275-
SelectMore(0ue5fa, 0ue6ac)
261+
SelectMore(0uE5FA, 0uE6B7)
276262
# Devicons
277-
SelectMore(0ue700, 0ue7c5)
278-
# Codicons
279-
SelectMore(0uea60, 0uebeb)
263+
SelectMore(0uE700, 0uE8E3)
280264
# Font Awesome
281-
SelectMore(0uf000, 0uf2e0)
282-
# Font Logos
283-
SelectMore(0uf300, 0uf32f)
265+
SelectMore(0uED00, 0uF2FF)
266+
# Font Awesome Extension
267+
SelectMore(0uE200, 0uE2A9)
284268
# Material Design
285-
SelectMore(0uf0001, 0uf1af0)
269+
SelectMore(0uF0001, 0uF1AF0)
270+
# Weather
271+
SelectMore(0uE300, 0uE3E3)
272+
# Octicons
273+
SelectMore(0uF400, 0uF533)
274+
SelectMore(0u2665)
275+
SelectMore(0u26A1)
276+
# IEC Power Symbols
277+
SelectMore(0u23FB, 0u23FE)
278+
SelectMore(0u2B58)
279+
# Font Logos
280+
SelectMore(0uF300, 0uF381)
281+
# Pomicons
282+
SelectMore(0uE000, 0uE00A)
283+
# Codicons
284+
SelectMore(0uEA60, 0uEC1E)
286285
# Other
287286
SelectMore(0u2630)
288287
"

make_hackgen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
hackgen_version="2.9.1"
3+
hackgen_version="2.10.0"
44

55
BASE_DIR=$(cd $(dirname $0); pwd)
66
PREFIX="$1"

source/HackNerdFont-Bold.ttf

409 KB
Binary file not shown.

source/HackNerdFont-Regular.ttf

409 KB
Binary file not shown.

0 commit comments

Comments
 (0)