Skip to content

Commit

Permalink
feat: Fix icon for sxhkdrc file.
Browse files Browse the repository at this point in the history
Previously I put it in the extensions section instead
of filename section, oops.
  • Loading branch information
hasecilu committed Nov 23, 2023
1 parent 0b9a842 commit 18c87d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/icons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ const FILENAME_ICONS: Map<&'static str, char> = phf_map! {
"shadow" => Icons::LOCK, // 
"shells" => Icons::CONFIG, // 
"sudoers" => Icons::LOCK, // 
"sxhkdrc" => Icons::CONFIG, // 
"system.jwmrc" => '\u{f35b}', // 
"timezone" => Icons::CLOCK, // 
"tsconfig.json" => Icons::LANG_TYPESCRIPT,// 
Expand Down Expand Up @@ -712,7 +713,6 @@ const EXTENSION_ICONS: Map<&'static str, char> = phf_map! {
"svelte" => '\u{e697}', // 
"svg" => Icons::VECTOR, // 󰕙
"swift" => '\u{e755}', // 
"sxhkdrc" => Icons::CONFIG, // 
"t" => Icons::LANG_PERL, // 
"tar" => Icons::COMPRESSED, // 
"taz" => Icons::COMPRESSED, // 
Expand Down

0 comments on commit 18c87d3

Please sign in to comment.