Skip to content

Commit

Permalink
Make .bak (backup) files have a regular file icon
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
alichtman committed Sep 24, 2023
1 parent 949128f commit df53719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}"), // ""
Expand Down

0 comments on commit df53719

Please sign in to comment.