Skip to content

Commit d37872f

Browse files
committed
Complete missing Nerd Fonts code points.
1 parent 468181c commit d37872f

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

firge_generator.sh

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -274,37 +274,37 @@ powerline_extra_symbols='
274274

275275
# Nerd Fonts から適用するグリフ
276276
select_nerd_symbols="
277+
# IEC Power Symbols
278+
SelectMore(0u23fb, 0u23fe)
279+
SelectMore(0u2b58)
280+
281+
# Octicons
282+
SelectMore(0u2665)
283+
SelectMore(0u26A1)
284+
SelectMore(0uf27c)
285+
SelectMore(0uf400, 0uf4a8)
286+
287+
# Font Awesome Extension
288+
SelectMore(0ue200, 0ue2a9)
289+
290+
# Weather
291+
SelectMore(0ue300, 0ue3e3)
292+
277293
# Seti-UI + Custom
278-
SelectMore(0ue5fa, 0ue62b)
294+
SelectMore(0ue5fa, 0ue62e)
279295
280296
# Devicons
281297
SelectMore(0ue700, 0ue7c5)
282298
283299
# Font Awesome
284300
SelectMore(0uf000, 0uf2e0)
285301
286-
# Font Awesome Extension
287-
SelectMore(0ue200, 0ue2a9)
302+
# Font Logos (Formerly Font Linux)
303+
SelectMore(0uf300, 0uf31c)
288304
289305
# Material Design Icons
290306
SelectMore(0uf500, 0ufd46)
291307
292-
# Weather
293-
SelectMore(0ue300, 0ue3eb)
294-
295-
# Octicons
296-
SelectMore(0uf400, 0uf4a8)
297-
SelectMore(0u2665)
298-
SelectMore(0u26A1)
299-
SelectMore(0uf27c)
300-
301-
# IEC Power Symbols
302-
SelectMore(0u23fb, 0u23fe)
303-
SelectMore(0u2b58)
304-
305-
# Font Logos (Formerly Font Linux)
306-
SelectMore(0uf300, 0uf313)
307-
308308
# Pomicons -> 商用不可のため除外
309309
SelectFewer(0ue000, 0ue00d)
310310
"

0 commit comments

Comments
 (0)