Skip to content

macOS Theme for Ubuntu

تخصيص أبونتو ليصبح شكل نظام ماك


macOS Theme for Ubuntu⚓︎

التخصيص هو أحد أهم مميزات لينكس، في الفيديو شرح مفصل لكيفية محاكاة ابونتو لنظام ماك من حيث الشكل وبعض الخصائص. الشرح يشمل تغيير الشكل الأساسي والخلفية مرورًا بالأيقونات ومؤشر الماوس وحتى متصفح Firefox. إضافة إلى تطبيق Ulauncher لمحاكاة نظان ماك في البحث وفتح التطبيقات.
  1. Download Packages

    sudo apt install git gnome-tweaks -y
    
  2. Install Firefox Extension

  3. Install Extensions

    1. Dash to Dock
      • Set Dock Position to the Bottom
      • Disable Intelligent autohide
    2. User Themes
  4. Create a work directory

mkdir mac-theme && cd mac-theme
  1. Main Theme

    • Download
      git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
      
    • Install Main Theme
      ./WhiteSur-gtk-theme/install.sh -c Dark -c Light -i ubuntu -N mojave
      
    • Install the Theme for Firefox and Dash to Dock
      ./WhiteSur-gtk-theme/tweaks.sh -f -d
      
  2. Install icons

    • Download
      git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git
      
    • Install
      ./WhiteSur-icon-theme/install.sh
      
  3. Cursors

    • Download
      git clone https://github.com/vinceliuice/McMojave-cursors
      
    • Install
      cd McMojave-cursors && ./install.sh && cd ..
      
  4. Wallpapers

    • Download
      wget https://codeload.github.com/vinceliuice/WhiteSur-gtk-theme/zip/wallpapers
      
    • Extract
      unzip wallpapers
      
    • Install
      sudo ./WhiteSur-gtk-theme-wallpapers/install-gnome-backgrounds.sh
      
  5. Ulauncher - You have two options to install it

    1. via PPA

      • add the PPA
        sudo add-apt-repository ppa:agornostal/ulauncher
        
      • Update
        sudo apt update
        
      • Insatall the app
        sudo apt install ulauncher -y
        
    2. via DEB file - IF YOUR DISTRO NOT SUPPORTED VIA PPA

      • Install wget if it's not installed already
        sudo apt install wget -y
        
      • Download the latest release from GitHub
        wget https://github.com/$(wget https://github.com/Ulauncher/Ulauncher/releases/latest -O - | egrep '/.*/.*/.*deb' -o)
        
      • Install the DEB file
        sudo apt install ./ulauncher*.deb -y
        
  6. Install wmctrl for Wayland

    sudo apt install wmctrl -y
    
  7. SET Super+u for ulauncher-toggle