ubuntu 20.04를 macOS Mojave 처럼 만들어보기 - jinwooklim/my-exp GitHub Wiki
Reference : https://www.gnome-look.org/p/1403328/
- 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
- https://github.com/vinceliuice/WhiteSur-gtk-theme
- https://github.com/vinceliuice/WhiteSur-icon-theme
- https://github.com/vinceliuice/McMojave-cursors
- https://github.com/vinceliuice/WhiteSur-kde/tree/master/wallpaper
- https://github.com/vinceliuice/WhiteSur-gtk-theme/tree/master/src/other/dash-to-dock
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
sudo apt-get install sassc optipng inkscape libglib2.0-dev-bin
sudo ./install.sh -g
-
sudo ./install.sh -g -r
# remove
sudo apt install gnome-tweak-tool
- Search → Tweaks
- Apperance → Themes
- Applications
- Cursor
- Icons
- Shell
- Background
- Lock Screen
./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
Dash to dock 이 안될 때 ubuntu 기본 dock을 disable 하면 된다.
gnome-extensions disable [email protected]
그리고
<alt>+<f2> r
를 입력해서 gnome-shell 을 restart