paapereira.xyz

Adventures in Arch (Part III): Customizing

In this part I will show the customizations I made in the desktop environment.

I will keep updating this post in the next weeks, in case I have other tips.

Arch Linux

Fonts

I like Ubuntu fonts so:

1sudo pacman -S ttf-ubuntu-font-family

GNOME Shell tweaks

Tweak Tool

Install GNOME Tweak Tool:

1sudo pacman -S gnome-tweak-tool

Some changes I made:

GNOME extensions

Using GNOME’s Web browser go to: https://extensions.gnome.org/

I’m using:

Region and Language

Go to Settings > Region and Language and in the Input Sources I add the Portuguese keyboard. Don’t forget to also add it in the Login Screen menu.

Online Accounts

Go to Settings > Online Accounts and add Google and Facebook, for example.

Themes

Change the themes with GNOME Tweak Tool

Cursor theme:

1yaourt -S xcursor-human

Shell and GTK theme:

1yaourt -S gtk-theme-numix

#Linux #Arch Linux