Shell icon indicating copy to clipboard operation
Shell copied to clipboard

Custom icons

Open ooTruffle opened this issue 3 years ago • 3 comments

Hi is there any easy way to force icons onto certan things as some apps dont show a icon and others also dont show

ooTruffle avatar Aug 24 '22 23:08 ooTruffle

Hi, Please attach a screenshot because the link is not allowed.

moudey avatar Aug 25 '22 00:08 moudey

TqVhZjGzvn 7irdkvgs9j

ooTruffle avatar Aug 25 '22 02:08 ooTruffle

Use this code to search the item's title:

shell
{
    static
    {
        item(find='"7-zip"' image=\uE1A4)

        item(find='unpin from start menu' image=[\uE0C7, #f0f])
    }
}

The issue of not displaying images for some programs was already fixed a day ago.

moudey avatar Aug 25 '22 03:08 moudey

how to change context icon colors as accent colorizer doesn't work with it?

M7MDE7EGAZY avatar Oct 21 '22 17:10 M7MDE7EGAZY

@M7MDE7EGAZY how to change context icon colors as accent colorizer doesn't work with it?

default
{
    theme
    {
        //glyph=[color1, color2]
        glyph=[color.invert(color.accent), color.accent]
    }
}

This option will be moved in the next update to theme.image.color

moudey avatar Oct 21 '22 19:10 moudey

image there is too much space in the left of the icon

M7MDE7EGAZY avatar Oct 21 '22 20:10 M7MDE7EGAZY

also how to know exact font name as i tried everything but nothing is working?

M7MDE7EGAZY avatar Oct 21 '22 21:10 M7MDE7EGAZY

how to add icons to the items that doesn't have icons? like NVidia control panel

M7MDE7EGAZY avatar Oct 22 '22 12:10 M7MDE7EGAZY

there is too much space in the left of the icon

theme
{
    item
    {
        // Increase or decrease space
        padding.left=10
        padding.right=10

        margin.left=4
        margin.right=4

        // Change background color of selected item
        back.select=#ff0000
    }

    // Change font and size
    font
    {
        name="Segoe Script"
        size=16
    }
}

moudey avatar Oct 22 '22 14:10 moudey

how to add icons to the items that doesn't have icons? like NVidia control panel

static
{
    item(find='NVidia control panel' image=[\uE260, #0f0])
}

moudey avatar Oct 22 '22 15:10 moudey

when changing font name i try everything but nothing is working how to know exact font name ?

Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Mahmoud Gomaa @.> Sent: Saturday, October 22, 2022 5:00:27 PM To: moudey/Shell @.> Cc: M7MDE7EGAZY @.>; Mention @.> Subject: Re: [moudey/Shell] Custom icons (Issue #29)

how to add icons to the items that doesn't have icons? like NVidia control panel

static { item(find='NVidia control panel' image=[\uE260, #0f0]) }

— Reply to this email directly, view it on GitHubhttps://github.com/moudey/Shell/issues/29#issuecomment-1287818247, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ASKT5UK2JENDAE2HURMIBJDWEP6QXANCNFSM57RDEJ2Q. You are receiving this because you were mentioned.Message ID: @.***>

M7MDE7EGAZY avatar Oct 23 '22 07:10 M7MDE7EGAZY

@M7MDE7EGAZY when changing font name i try everything but nothing is working how to know exact font name ?

اسهل طريقة لمعرفة اسماء الخطوط من خلال برنامج المفكرة. اضغط edit ثم اختار font ستجد اسماء الخطوط في خاصية family

font

moudey avatar Oct 23 '22 14:10 moudey

image جربتها و خدت اسم الخط نسخ و لصق و زي ما موضح في الصوره انا 1.8 بيتا في طريقة اخلي الفونت ديناميك زي 1.7 كنت لما اغير menu font في winaero يتغير معاها ؟

M7MDE7EGAZY avatar Oct 23 '22 15:10 M7MDE7EGAZY

@M7MDE7EGAZY جربت خط "Ubuntu Titling" وعمل معي. جرب استخدام "Segoe Script" واخبرني بالنتيجة

moudey avatar Oct 23 '22 16:10 moudey

image

M7MDE7EGAZY avatar Oct 23 '22 16:10 M7MDE7EGAZY

@M7MDE7EGAZY بعد عمل التغيرات قم بأعادة تحميل ملف الاعداد عن طريق الضغط على left-click + right-click
او قم بعمل restart explorer من خلال نافذة Shell

moudey avatar Oct 23 '22 18:10 moudey

بالفعل اقوم بذلك بعد كل تغيير

M7MDE7EGAZY avatar Oct 23 '22 19:10 M7MDE7EGAZY

@M7MDE7EGAZY انسخ ملف الاعداد لحفظ الاعدادات السابقة ثم ادخل الكود التالي فقط قم بتغير الخطوط في كل محاولة ثم جرب تغير الاعدادات ل Shell في ال Windows Sandbox

shell 
{
    default
    {
        theme
        {
            font.name="Segoe Script"
        }
    }
}

هل يتغير حجم الخط معك؟

moudey avatar Oct 23 '22 19:10 moudey

image image طب ممكن نخليها ديناميك زي الاصدارات السابقة ؟

M7MDE7EGAZY avatar Oct 23 '22 19:10 M7MDE7EGAZY

طب ممكن نخليها ديناميك زي الاصدارات السابقة ؟

كل الخيارات ديناميكية

هل جربت تغير حجم الخط؟

font.size=20

moudey avatar Oct 23 '22 19:10 moudey

image تغير الخط كان يعمل بشكل اوتوماتيكي في الاصدارات السابقه

M7MDE7EGAZY avatar Oct 23 '22 20:10 M7MDE7EGAZY

يبدو ان الخط تغير حجمة للتأكيد قم بتغير الحجم ل 30 لم تظهر لدي هذه المشكلة رغم تجربتها على ويندوز 11 و 10 و 7 جرب هذا اخر تحديث لم ينشر بعد shell.zip قم الاول بعمل الغاء تسجيل من نافذة شل ثم انسخ الملف لمجلد شل ثم تسجيل

moudey avatar Oct 23 '22 20:10 moudey

image هذا اصدار 1.8

M7MDE7EGAZY avatar Oct 23 '22 20:10 M7MDE7EGAZY

image و هذا اصدار 1.7

M7MDE7EGAZY avatar Oct 23 '22 20:10 M7MDE7EGAZY

@M7MDE7EGAZY مرحبا محمد ارجوا تجربة هذه التعديل shell.zip

moudey avatar Oct 23 '22 21:10 moudey

@M7MDE7EGAZY اعتقد انه تم حل مسألة الخط؟

moudey avatar Oct 25 '22 15:10 moudey

انا اعتذر جدا عن تاخري في الرد بسبب الجامعه ة عدم تواجد اللابتوب معي. بالفعل تم حل المشكلة بنجاح

M7MDE7EGAZY avatar Oct 25 '22 16:10 M7MDE7EGAZY

لا عليك اخي الكريم بالتوفيق ان شاء الله

moudey avatar Oct 25 '22 17:10 moudey

image جربتها و خدت اسم الخط نسخ و لصق و زي ما موضح في الصوره انا 1.8 بيتا في طريقة اخلي الفونت ديناميك زي 1.7 كنت لما اغير menu font في winaero يتغير معاها ؟

Could you send me your config file please?

SuperSayf avatar Nov 08 '22 21:11 SuperSayf

image جربتها و خدت اسم الخط نسخ و لصق و زي ما موضح في الصوره انا 1.8 بيتا في طريقة اخلي الفونت ديناميك زي 1.7 كنت لما اغير menu font في winaero يتغير معاها ؟

Could you send me your config file please?

https://kingsalman-my.sharepoint.com/:w:/g/personal/mohamed20020093_ksiu_edu_eg/EQu3gl0z4fxHgftYRAhZeikBL6wARElhHg_99T1cMCA4jQ?e=lBuBWG

M7MDE7EGAZY avatar Nov 08 '22 21:11 M7MDE7EGAZY