summaryrefslogtreecommitdiff
path: root/exa/1051.patch
blob: 0fb8759a5313ab4583536dc188ff6e2e290270b8 (plain)
    1 From 6c848831b214bd7fd7b5fc886ecd9c44f20d9250 Mon Sep 17 00:00:00 2001
    2 From: CT-66 <css.com@protonmail.com>
    3 Date: Sun, 3 Apr 2022 04:54:13 +0530
    4 Subject: [PATCH] changed default folder icon
    5 
    6 ---
    7  src/output/icons.rs | 2 +-
    8  1 file changed, 1 insertion(+), 1 deletion(-)
    9 
   10 diff --git a/src/output/icons.rs b/src/output/icons.rs
   11 index a2bc1ada..af216512 100644
   12 --- a/src/output/icons.rs
   13 +++ b/src/output/icons.rs
   14 @@ -100,7 +100,7 @@ pub fn icon_for_file(file: &File<'_>) -> char {
   15              "bin"           => '\u{e5fc}', // 
   16              ".git"          => '\u{f1d3}', // 
   17              ".idea"         => '\u{e7b5}', // 
   18 -            _               => '\u{f115}'  // 
   19 +            _               => '\u{f413}'  // 
   20          }
   21      }
   22      else if let Some(icon) = extensions.icon_file(file) { icon }

Generated by cgit