mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
more icon changes
This commit is contained in:
parent
eb98b9076b
commit
710e621735
|
@ -84,7 +84,7 @@ awk 'BEGIN {
|
||||||
icons["database"][1] = ""; icons["database"][2] = color_default
|
icons["database"][1] = ""; icons["database"][2] = color_default
|
||||||
icons["worddoc"][1] = ""; icons["worddoc"][2] = color_document
|
icons["worddoc"][1] = ""; icons["worddoc"][2] = color_document
|
||||||
icons["playlist"][1] = "蘿"; icons["playlist"][2] = color_audio
|
icons["playlist"][1] = "蘿"; icons["playlist"][2] = color_audio
|
||||||
icons["opticaldisk"][1] = "ﴞ"; icons["opticaldisk"][2] = color_archive
|
icons["opticaldisk"][1] = ""; icons["opticaldisk"][2] = color_archive
|
||||||
|
|
||||||
# numbers
|
# numbers
|
||||||
icons["1"][1] = icons["manual"][1]; icons["1"][2] = icons["manual"][2]
|
icons["1"][1] = icons["manual"][1]; icons["1"][2] = icons["manual"][2]
|
||||||
|
@ -165,7 +165,7 @@ awk 'BEGIN {
|
||||||
|
|
||||||
# i
|
# i
|
||||||
icons["ico"][1] = icons["picturefile"][1]; icons["ico"][2] = icons["picturefile"][2]
|
icons["ico"][1] = icons["picturefile"][1]; icons["ico"][2] = icons["picturefile"][2]
|
||||||
icons["img"][1] = icons["picturefile"][1]; icons["img"][2] = icons["picturefile"][2]
|
icons["img"][1] = icons["opticaldisc"][1]; icons["img"][2] = icons["opticaldisc"][2]
|
||||||
icons["ini"][1] = icons["configure"][1]; icons["ini"][2] = icons["configure"][2]
|
icons["ini"][1] = icons["configure"][1]; icons["ini"][2] = icons["configure"][2]
|
||||||
icons["iso"][1] = icons["opticaldisc"][1]; icons["iso"][2] = icons["opticaldisc"][2]
|
icons["iso"][1] = icons["opticaldisc"][1]; icons["iso"][2] = icons["opticaldisc"][2]
|
||||||
|
|
||||||
|
@ -271,7 +271,8 @@ awk 'BEGIN {
|
||||||
icons["wmv"][1] = icons["videofile"][1]; icons["wmv"][2] = icons["videofile"][2]
|
icons["wmv"][1] = icons["videofile"][1]; icons["wmv"][2] = icons["videofile"][2]
|
||||||
|
|
||||||
# x
|
# x
|
||||||
icons["xbps"][1] = icons["archive"][1]" " color_archive
|
icons["xbps"][1] = icons["archive"][1]; icons["xbps"][2] = color_archive
|
||||||
|
icons["xcf"][1] = icons["imagefile"][1]; icons["xcf"][2] = color_image
|
||||||
icons["xhtml"][1] = icons["htm"][1]; icons["xhtml"][2] = icons["htm"][2]
|
icons["xhtml"][1] = icons["htm"][1]; icons["xhtml"][2] = icons["htm"][2]
|
||||||
icons["xls"][1] = ""; icons["xls"][2] = color_default
|
icons["xls"][1] = ""; icons["xls"][2] = color_default
|
||||||
icons["xlsx"][1] = ""; icons["xlsx"][2] = color_default
|
icons["xlsx"][1] = ""; icons["xlsx"][2] = color_default
|
||||||
|
|
|
@ -44,7 +44,7 @@
|
||||||
#define ICON_DATABASE "\uf6b7"
|
#define ICON_DATABASE "\uf6b7"
|
||||||
#define ICON_WORDDOC "\uf72b"
|
#define ICON_WORDDOC "\uf72b"
|
||||||
#define ICON_PLAYLIST "\uf910"
|
#define ICON_PLAYLIST "\uf910"
|
||||||
#define ICON_OPTICALDISK "\ufd1e"
|
#define ICON_OPTICALDISK "\ue271"
|
||||||
|
|
||||||
|
|
||||||
/* Numbers */
|
/* Numbers */
|
||||||
|
@ -126,7 +126,7 @@
|
||||||
|
|
||||||
/* I */
|
/* I */
|
||||||
#define ICON_EXT_ICO ICON_PICTUREFILE
|
#define ICON_EXT_ICO ICON_PICTUREFILE
|
||||||
#define ICON_EXT_IMG ICON_PICTUREFILE
|
#define ICON_EXT_IMG ICON_OPTICALDISK
|
||||||
#define ICON_EXT_INI ICON_CONFIGURE
|
#define ICON_EXT_INI ICON_CONFIGURE
|
||||||
#define ICON_EXT_ISO ICON_OPTICALDISK
|
#define ICON_EXT_ISO ICON_OPTICALDISK
|
||||||
|
|
||||||
|
@ -232,6 +232,7 @@
|
||||||
|
|
||||||
/* X */
|
/* X */
|
||||||
#define ICON_EXT_XBPS ICON_ARCHIVE
|
#define ICON_EXT_XBPS ICON_ARCHIVE
|
||||||
|
#define ICON_EXT_XCF ICON_PICTUREFILE
|
||||||
#define ICON_EXT_XHTML ICON_HTML
|
#define ICON_EXT_XHTML ICON_HTML
|
||||||
#define ICON_EXT_XLS "\uf71a"
|
#define ICON_EXT_XLS "\uf71a"
|
||||||
#define ICON_EXT_XLSX "\uf71a"
|
#define ICON_EXT_XLSX "\uf71a"
|
||||||
|
|
|
@ -180,7 +180,7 @@ static const struct icon_pair icons_ext[] = {
|
||||||
|
|
||||||
/* I */
|
/* I */
|
||||||
{"ico", FA_FILE_IMAGE_O, COLOR_IMAGE},
|
{"ico", FA_FILE_IMAGE_O, COLOR_IMAGE},
|
||||||
{"img", FA_FILE_ARCHIVE_O, COLOR_ARCHIVE},
|
{"img", LINEA_MUSIC_CD, COLOR_ARCHIVE},
|
||||||
{"ini", FA_COGS, 0},
|
{"ini", FA_COGS, 0},
|
||||||
{"iso", LINEA_MUSIC_CD, COLOR_ARCHIVE},
|
{"iso", LINEA_MUSIC_CD, COLOR_ARCHIVE},
|
||||||
|
|
||||||
|
@ -286,6 +286,7 @@ static const struct icon_pair icons_ext[] = {
|
||||||
|
|
||||||
/* X */
|
/* X */
|
||||||
{"xbps", FA_FILE_ARCHIVE_O, COLOR_ARCHIVE},
|
{"xbps", FA_FILE_ARCHIVE_O, COLOR_ARCHIVE},
|
||||||
|
{"xcf", FA_FILE_IMAGE_O, COLOR_IMAGE},
|
||||||
{"xhtml", FA_FILE_CODE_O, 0},
|
{"xhtml", FA_FILE_CODE_O, 0},
|
||||||
{"xls", FILE_EXCEL, 0},
|
{"xls", FILE_EXCEL, 0},
|
||||||
{"xlsx", FILE_EXCEL, 0},
|
{"xlsx", FILE_EXCEL, 0},
|
||||||
|
@ -488,6 +489,7 @@ static const struct icon_pair icons_ext[] = {
|
||||||
|
|
||||||
/* X */
|
/* X */
|
||||||
{"xbps", ICON_EXT_XBPS, COLOR_ARCHIVE},
|
{"xbps", ICON_EXT_XBPS, COLOR_ARCHIVE},
|
||||||
|
{"xcf", ICON_EXT_XCF, COLOR_IMAGE},
|
||||||
{"xhtml", ICON_EXT_XHTML, 0},
|
{"xhtml", ICON_EXT_XHTML, 0},
|
||||||
{"xls", ICON_EXT_XLS, 0},
|
{"xls", ICON_EXT_XLS, 0},
|
||||||
{"xlsx", ICON_EXT_XLSX, 0},
|
{"xlsx", ICON_EXT_XLSX, 0},
|
||||||
|
|
Loading…
Reference in a new issue