ubuntu 18.04를 macOS Mojave 처럼 만들어보기 - jinwooklim/my-exp GitHub Wiki
ubuntu 18.04를 macOS Mojave 처럼 만들어보기.
-
사전준비
-
sudo apt-get install gtk2-engines-murrine gtk2-engines-pixbuf gnome-tweaks
-
Ubuntu Software에서 user themes gnome shell extension 다운로드
-
-
다운로드
-
McMojave GNOME-LOOK.org : https://www.gnome-look.org/p/1275087/
이 테마의 github 주소 : https://github.com/vinceliuice/Mojave-gtk-theme GNOME-LOOK.org에서 File , Mojave-light를 다운 받는다.
-
McMojave의 아이콘 github 주소 : https://github.com/vinceliuice/McMojave-circle
-
-
설치
-
tar xzvf Mojave-*.xz
-
cd Mojave~
cp -r ~/.themes
-
cd McMoojave-circle Icon
./install.sh -a
-
-
적용
-
Tweaks에 간다.
-
Apperance (Themes)
-
Application : Mojave-light~~
-
Icons : McMojave-circle~~
-
Shell : Mojave-light-~~
-
-
-
Dock 위치 옮기기
-
To move left dock to bottom:
-
gsettings set org.gnome.shell.extensions.dash-to-dock dock-position 'BOTTOM'
-
-
To shorten the dock:
-
gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false
-
-