From df537194e337f8ab6c71e53848b4cd5d060e481a Mon Sep 17 00:00:00 2001 From: Aaron Lichtman Date: Sat, 23 Sep 2023 20:36:14 -0700 Subject: [PATCH] Make .bak (backup) files have a regular file icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I think the right icon for these types of files is the icon for the filename without the ".bak" suffix. But, this should be a quick improvement to the current implementation ```  session_migration-ubuntu  session_migration-ubuntu-wayland  user-places.xbel 󰁯 user-places.xbel.bak  user-places.xbel.tbcache ``` --- src/theme/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/icon.rs b/src/theme/icon.rs index a83a1fcc3..8b66c8290 100644 --- a/src/theme/icon.rs +++ b/src/theme/icon.rs @@ -341,7 +341,7 @@ impl IconTheme { ("avi", "\u{f008}"), // "" ("avro", "\u{e60b}"), // "" ("awk", "\u{f489}"), // "" - ("bak", "\u{f006f}"), // "󰁯" + ("bak", "\u{f016}"), // "" ("bash_history", "\u{f489}"), // "" ("bash_profile", "\u{f489}"), // "" ("bashrc", "\u{f489}"), // ""