ubuntu 20.04를 macOS Mojave 처럼 만들어보기 - jinwooklim/my-exp GitHub Wiki

ubuntu 20.04를 macOS Mojave 처럼 만들어보기.

Reference : https://www.gnome-look.org/p/1403328/

  1. https://velog.io/@yujo/Ubuntu-20.04%EC%9A%B0%EB%B6%84%ED%88%AC-%EC%98%88%EC%81%98%EA%B2%8C-%EC%82%AC%EC%9A%A9%ED%95%98%EA%B8%B0
  2. https://github.com/vinceliuice/WhiteSur-gtk-theme
  3. https://github.com/vinceliuice/WhiteSur-icon-theme
  4. https://github.com/vinceliuice/McMojave-cursors
  5. https://github.com/vinceliuice/WhiteSur-kde/tree/master/wallpaper
  6. https://github.com/vinceliuice/WhiteSur-gtk-theme/tree/master/src/other/dash-to-dock

1. WhiteSur 설치

  1. git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
  2. sudo apt-get install sassc optipng inkscape libglib2.0-dev-bin
  3. sudo ./install.sh -g
  4. sudo ./install.sh -g -r # remove

2. Gnome Tweak Tool 설치

  1. sudo apt install gnome-tweak-tool

3.. Dash to Dock 설치 : OFF → ON

  1. https://extensions.gnome.org/extension/307/dash-to-dock/

4. Gnome Tweak에서 설정하기

  1. Search → Tweaks
  2. Apperance → Themes
  • Applications
  • Cursor
  • Icons
  • Shell
  • Background
  • Lock Screen

5. Command

./install.sh -c dark -c light --nautilus-style mojave --monterey
# gdm needs sudo
sudo ./tweaks.sh --dash-to-dock -c light --gdm --background blank
# remove all
sudo ./tweaks.sh -remove --gdm

6. Error

Dash to dock 이 안될 때 ubuntu 기본 dock을 disable 하면 된다.

gnome-extensions disable [email protected]

그리고

<alt>+<f2> r 

를 입력해서 gnome-shell 을 restart

⚠️ **GitHub.com Fallback** ⚠️