• 3 Posts
  • 30 Comments
Joined 4 months ago
cake
Cake day: June 1st, 2024

help-circle


  • I tried to do this before, but it did not work out.

    I couldn’t make the meta key alone open overview. I also tried to add a dock there, but I can only have a panel when not in overview, which is the opposite of that I wanted. I also liked the notification menu and the quick toggles menu in top right corner.

    I have been planning to get into plasma extension development to fix some of these issues.




  • It would help if you got the model right, and an exact one at that. As the others said, “iMac” isn’t a mac laptop, but an AIO desktop.

    From the thread I gather you have some model of MacBook Air, that looks like this:

    I run linux on one of these. Everything worked out of the box, except for wireless. See my 2-part adventure for how I solved it.

    Mac “bios” isn’t exactly how you’d expect from PCs. Hold down alt key during startup to enter boot menu, and you’re good to go.

    If your family member was a mac user before, they might be most comfortable on Gnome, as it has aped many ui features from mac os. It has a similar dock, fluid trackpad-friendly navigation that works the same way, and more.
















  • sevon@lemmy.kde.socialOPtoPhoton@lemdro.idPhoton Gray Dark [theme]
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    I went and did the same to light colors. The change is more subtle, but I like it.

    {
        "slate": {
            "25": "251 251 251",
            "50": "242 242 242",
            "100": "229 229 229",
            "200": "226 226 226",
            "300": "222 222 222",
            "400": "154 153 150",
            "500": "102 102 102",
            "600": "51 51 51",
            "700": "85 85 85",
            "800": "51 51 51",
            "900": "51 51 51",
            "950": "2 6 23"
        },
        "zinc": {
            "50": "250 253 255",
            "100": "243 244 246",
            "300": "209 213 219",
            "400": "156 163 175",
            "500": "107 114 128",
            "600": "75 85 99",
            "700": "72 78 87",
            "800": "55 59 65",
            "900": "40 42 46",
            "925": "32 34 37",
            "950": "29 31 33"
        },
        "primary": {
            "100": "241 245 249",
            "900": "15 23 42"
        },
        "other": {
            "black": "0 0 0",
            "white": "255 255 255"
        }
    }
    

    Edit: Orange replaced with dark gray.

    <Also: blue accent version>
    {
        "slate": {
            "25": "251 251 251",
            "50": "242 242 242",
            "100": "229 229 229",
            "200": "226 226 226",
            "300": "222 222 222",
            "400": "154 153 150",
            "500": "102 102 102",
            "600": "51 51 51",
            "700": "85 85 85",
            "800": "51 51 51",
            "900": "51 51 51",
            "950": "2 6 23"
        },
        "zinc": {
            "50": "250 253 255",
            "100": "243 244 246",
            "300": "209 213 219",
            "400": "156 163 175",
            "500": "107 114 128",
            "600": "75 85 99",
            "700": "72 78 87",
            "800": "55 59 65",
            "900": "40 42 46",
            "925": "32 34 37",
            "950": "29 31 33"
        },
        "primary": {
            "100": "26 145 235",
            "900": "22 122 198"
        },
        "other": {
            "black": "0 0 0",
            "white": "255 255 255"
        }
    }