Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kb:computer:linux_setup [2021-06-26 15:35] – created jaeyoung | kb:computer:linux_setup [2024-04-30 04:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| </ | </ | ||
| * In dconf-editor, | * In dconf-editor, | ||
| + | |||
| + | MATE theme | ||
| + | * Download [[https:// | ||
| + | * Install to the system by running: | ||
| + | |||
| + | <code bash> | ||
| + | $ tar -xvf Ambiant-MATE-orange.tgz | ||
| + | $ sudo cp -r Ambiant-MATE-orange / | ||
| + | </ | ||
| + | |||
| + | * In Appearance, change the theme to Ambiant-MATE-orange and the icon theme to Ubuntu-Mono-Dark. | ||
| + | * Repeat for Login Window. | ||
| + | * Change the Login Window background to the [[https:// | ||
| + | |||
| + | Plymouth (boot screen) | ||
| + | * Install the Ubuntu Plymouth theme: | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo apt install plymouth-theme-ubuntu-logo | ||
| + | </ | ||
| + | |||
| + | * Change the default Plymouth theme: | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo update-alternatives --config default.plymouth | ||
| + | </ | ||
| + | |||
| + | * Update the initramfs: | ||
| + | |||
| + | <code bash> | ||
| + | $ sudo update-initramfs -u | ||
| + | </ | ||