macOS Theme for Ubuntu
تخصيص أبونتو ليصبح شكل نظام ماك
macOS Theme for Ubuntu⚓︎
التخصيص هو أحد أهم مميزات لينكس، في الفيديو شرح مفصل لكيفية محاكاة ابونتو لنظام ماك من حيث الشكل وبعض الخصائص.
الشرح يشمل تغيير الشكل الأساسي والخلفية مرورًا بالأيقونات ومؤشر الماوس وحتى متصفح Firefox. إضافة إلى تطبيق Ulauncher لمحاكاة نظان ماك في البحث وفتح التطبيقات.
#more
-
Download Packages
sudo apt install git gnome-tweaks -y
-
Install Firefox Extension
-
Install Extensions
- Dash to Dock
- Set Dock Position to the Bottom
- Disable Intelligent autohide
- User Themes
- Dash to Dock
-
Create a work directory
mkdir mac-theme && cd mac-theme
-
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
- Download
-
Install icons
- Download
git clone https://github.com/vinceliuice/WhiteSur-icon-theme.git
- Install
./WhiteSur-icon-theme/install.sh
- Download
-
Cursors
- Download
git clone https://github.com/vinceliuice/McMojave-cursors
- Install
cd McMojave-cursors && ./install.sh && cd ..
- Download
-
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
- Download
-
Ulauncher - You have two options to install it
-
via PPA
- add the PPA
sudo add-apt-repository ppa:agornostal/ulauncher
- Update
sudo apt update
- Insatall the app
sudo apt install ulauncher -y
- add the PPA
-
via DEB file - IF YOUR DISTRO NOT SUPPORTED VIA PPA
- Install
wget
if it's not installed alreadysudo 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
- Install
-
-
Install
wmctrl
for Waylandsudo apt install wmctrl -y
-
SET Super+u for
ulauncher-toggle