Giter Club home page Giter Club logo

Comments (30)

ooTruffle avatar ooTruffle commented on June 30, 2024 1

TqVhZjGzvn

7irdkvgs9j

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024 1

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

from shell.

moudey avatar moudey commented on June 30, 2024 1

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

from shell.

moudey avatar moudey commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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.

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

@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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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
    }
}

from shell.

moudey avatar moudey commented on June 30, 2024

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])
}

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

from shell.

moudey avatar moudey commented on June 30, 2024

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

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

font

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

image

from shell.

moudey avatar moudey commented on June 30, 2024

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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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

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

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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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

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

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

font.size=20

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

image
هذا اصدار 1.8

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

image
و هذا اصدار 1.7

from shell.

moudey avatar moudey commented on June 30, 2024

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

from shell.

moudey avatar moudey commented on June 30, 2024

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

from shell.

SuperSayf avatar SuperSayf commented on June 30, 2024

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

Could you send me your config file please?

from shell.

M7MDE7EGAZY avatar M7MDE7EGAZY commented on June 30, 2024

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

from shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.