Documentation Index
Fetch the complete documentation index at: https://mintlify.com/KarChunT/karchunt.com/llms.txt
Use this file to discover all available pages before exploring further.
Customizing your Ubuntu can significantly enhance your user experience. This guide walks through setting up a beautiful theme, icon pack, and useful GNOME extensions.
Before starting, browse gnome-look.org to find themes, icons, and cursors. This guide uses Orchis-theme and candy-icons.
Theme Setup
To fully customize your Ubuntu theme, install gnome-tweaks:
sudo apt-get update
sudo apt-get install gnome-tweaks gnome-shell-extensions
Open it by typing gnome-tweaks in your terminal or by searching for “Tweaks” in your application menu.
Download and install Orchis Theme
Clone the Orchis theme repository:
git clone https://github.com/vinceliuice/Orchis-theme.git
There are many options to configure the theme. Read the README for all available flags before running the install script. Navigate to the cloned directory and run the installation script:
cd Orchis-theme
./install.sh -h # View all options
# Example: install all variants with the black tweak to ~/.themes
./install.sh -d $HOME/.themes -t all --tweaks black
Make sure the theme is installed in the ~/.themes directory.
Apply the theme via gnome-tweaks
Open gnome-tweaks, navigate to Appearance, and change your Applications, Cursor, and Icons themes. Or apply it from the command line:
gsettings set org.gnome.desktop.interface gtk-theme "Orchis"
Icons Setup
Download the candy-icons zip
wget https://github.com/EliverLara/candy-icons/archive/refs/heads/master.zip -O /tmp/candy.zip
Unzip to the icons directory
Extract the .zip file to one of the following locations:
/usr/share/icons/
~/.local/share/.icons/
~/.icons/
unzip /tmp/candy.zip -d ~/.icons
gsettings set org.gnome.desktop.interface icon-theme "candy-icons"
GNOME Extensions
GNOME extensions can significantly enhance your desktop experience.
Install Extension Manager
sudo apt install gnome-shell-extension-manager
Install recommended extensions
Search for and install the following extensions:
| Extension | Description |
|---|
| Add to Desktop | Easily add applications to your desktop |
| GNOME Fuzzy App Search | Faster and more intuitive app search |
| App menu is back | Restores the application menu for quick access |
| Clipboard Indicator | Manage clipboard history from the top bar |
| Logo Menu | Replaces the GNOME logo with a customizable menu |
| Text Clock | Displays a text-based clock in the top bar |
| System Monitor | Shows system performance stats in the top bar |