From 0641bfa2c835186209003af1b1b4190e4c4d2a6a Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Wed, 10 May 2023 11:01:53 +0200 Subject: [PATCH] Fix image directory icon in logo-ls --- scripts/Arch/Software/logo-ls/workaround.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Arch/Software/logo-ls/workaround.patch b/scripts/Arch/Software/logo-ls/workaround.patch index a7f4d0fc..d0b58c02 100644 --- a/scripts/Arch/Software/logo-ls/workaround.patch +++ b/scripts/Arch/Software/logo-ls/workaround.patch @@ -11,7 +11,7 @@ index e9d739f..5c7df89 100644 "ruleset": Icon_Set["visualstudio"], "sln": Icon_Set["visualstudio"], diff --git a/assets/iconsMap.go b/assets/iconsMap.go -index 7655c48..eb9794f 100644 +index 7655c48..f534106 100644 --- a/assets/iconsMap.go +++ b/assets/iconsMap.go @@ -28,332 +28,332 @@ func (i *Icon_Info) MakeExe() { @@ -651,8 +651,8 @@ index 7655c48..eb9794f 100644 + "dir-upload": {i: "\U000f0259", c: [3]uint8{250, 111, 66}}, // dir-upload + "dir-download": {i: "\U000f024d", c: [3]uint8{76, 175, 80}}, // dir-download + "dir-secure": {i: "\U000f0250", c: [3]uint8{249, 169, 60}}, // dir-secure -+ "dir-images": {i: "\uf74e", c: [3]uint8{43, 150, 137}}, // dir-images -+ "dir-environment": {i: "\uf74e", c: [3]uint8{102, 187, 106}}, // dir-environment ++ "dir-images": {i: "\U000f024f", c: [3]uint8{43, 150, 137}}, // dir-images ++ "dir-environment": {i: "\U000f024f", c: [3]uint8{102, 187, 106}}, // dir-environment } // default icons in case nothing can be found