Giter Club home page Giter Club logo

aqualickx-sonoma145edition's Introduction

NOTE:This theme is trickly for macOS Sonoma 14.5

AquaLickX for macOS Sonoma 14.5

A macOS Sonoma 14.5 theme that has some Aqua elements in it

PREVIEW - subject to change LightModeAquaLickXPreview@2x.png

DARK MODE PREVIEW DarkModeAquaLickXPreview@2x

GETTING READY


text edited and snagged from jslegendre https://github.com/jslegendre/ThemeEngine

Note for Big Sur, Monterey and Ventura users: If you want to edit system .car files it is no longer enough to remount the boot volume as read/write. You will need to follow the steps below:

  1. Disable SIP and authenticated-root: In recovery mode, open Terminal and enter

csrutil disable

csrutil authenticated-root disable

Then reboot into macOS.

  1. Identify the System Volume Disk Device Name Run the mount command in Terminal to identify the devices of your system volume snapshot. Look for the device mounted at “/“, which identifies the system volume disk. In the following example, this disk is /dev/disk4s5s1.
/dev/disk4s5s1 on / (apfs, sealed, local, read-only, journaled)
devfs on /dev (devfs, local, nobrowse)
/dev/disk4s4 on /System/Volumes/VM (apfs, local, noexec, journaled, noatime, nobrowse)
/dev/disk4s2 on /System/Volumes/Preboot (apfs, local, journaled, nobrowse)
/dev/disk4s1 on /System/Volumes/Data (apfs, local, journaled, nobrowse)

To get the actual name of the system volume disk, remove the final “sX” from the device. In the preceding example, the name of the system volume disk is /dev/disk4s5.

  1. Mount a Live Version of the System Volume Run the mount command in Terminal to mount the system volume disk to a temporary location. When running the mount command, always include the nobrowse mount option to prevent Spotlight from indexing the volume.

mkdir /Users/<YOUR USER NAME>/livemount

sudo mount -o nobrowse -t apfs /dev/disk4s5 /Users/<YOUR USER NAME>/livemount


Getting the AquaLickX theme copied over for use. Continue using the already open Terminal window

  1. cd ~/Downloads/AquaLickX-main/
  2. sudo cp Aqua.car ~/livemount/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/
  3. sudo cp VibrantLight.car ~/livemount/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/
  4. sudo cp DarkAqua.car ~/livemount/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/
  5. sudo cp VibrantDark.car ~/livemount/System/Library/CoreServices/SystemAppearance.bundle/Contents/Resources/
  6. Bless your livemount directory with sudo bless --mount /Users/<YOUR USER NAME>/livemount --bootefi --create-snapshot

If you're on an Apple Silicon Mac then issue this bless command instead

sudo bless --mount "$HOME/livemount/System/Library/CoreServices/" --setBoot --create-snapshot

Reboot your Mac using the regular reboot mechanisms immediately after issuing the bless command described above.

the command below will reboot your Mac then and there, so be careful unless you're certain that you have all your work saved in other applications

type sudo reboot in the existing Terminal window


TO DO:

What ever feedback comes - if I feel they are valid.

Adding striped image to the Finder toolbar is a thing for an alternate version as the way it appears macOS deals with images is a bit strange.

aqualickx-sonoma145edition's People

Contributors

visualisationexpo avatar

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.